add requestIdleCallback polyfill to fix Safari crash (#5689)
This commit is contained in:
parent
3df230393a
commit
117afdb67f
3 changed files with 27 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ import { SWR_CONFIG } from "@/constants/swr-config";
|
|||
import { resolveGeneralTheme } from "@/helpers/theme.helper";
|
||||
// nprogress
|
||||
import { AppProgressBar } from "@/lib/n-progress";
|
||||
// polyfills
|
||||
import "@/lib/polyfills";
|
||||
// mobx store provider
|
||||
import { StoreProvider } from "@/lib/store-context";
|
||||
// wrappers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue