Error with refinedev node_modules
with the node_module refinedev i kept receiving this error: Unable to read file 'c:/Users/anime/OneDrive/Scipts/2024/Personal/Bootcamps/Js-Mastery/vite-dashboard-app/node_modules/tsconfig.build.json'.ts
and on the frontend i am receiving this error:
useKBar.js:38 Uncaught TypeError: getState is not a function
at useKBar (useKBar.js:38:98)
at KBarPortal (KBarPortal.js:29:33)
at renderWithHooks (react-dom.development.js:16305:18)
at mountIndeterminateComponent (react-dom.development.js:20074:13)
at beginWork (react-dom.development.js:21587:16)
at HTMLUnknownElement.callCallback2 (react-dom.development.js:4164:14)
at Object.invokeGuardedCallbackDev (react-dom.development.js:4213:16)
at invokeGuardedCallback (react-dom.development.js:4277:31)
at beginWork$1 (react-dom.development.js:27451:7)
at performUnitOfWork (react-dom.development.js:26557:12)
and on the frontend i am receiving this error:
useKBar.js:38 Uncaught TypeError: getState is not a function
at useKBar (useKBar.js:38:98)
at KBarPortal (KBarPortal.js:29:33)
at renderWithHooks (react-dom.development.js:16305:18)
at mountIndeterminateComponent (react-dom.development.js:20074:13)
at beginWork (react-dom.development.js:21587:16)
at HTMLUnknownElement.callCallback2 (react-dom.development.js:4164:14)
at Object.invokeGuardedCallbackDev (react-dom.development.js:4213:16)
at invokeGuardedCallback (react-dom.development.js:4277:31)
at beginWork$1 (react-dom.development.js:27451:7)
at performUnitOfWork (react-dom.development.js:26557:12)
