refactor(moment): Replace Moment.js with DayJs (#31310)

This commit is contained in:
Mehmet Salih Yavuz
2024-12-23 20:42:43 +03:00
committed by GitHub
parent b382ef1058
commit a193d790b2
41 changed files with 268 additions and 212 deletions

View File

@@ -18,6 +18,7 @@
*/
import { ReactNode, useCallback, useEffect, useState } from 'react';
import { isEmpty, isEqual } from 'lodash';
// TODO: @msyavuz - Replace with dayjs when migrating datpicker to antd5
import moment, { Moment } from 'moment';
import {
parseDttmToDate,