You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iam getting the runtime error when I put AnimatedGrid and AnimatedAxis components in my code and the error goes like this.
(0,web.useTransition) is not a function
TypeError: (e,web.useTransition) is not a function
at AnimatedGridLines (http://localhost:3000/static/js/bundle.js:7736:46)
at renderWithHooks (http://localhost:3000/static/js/bundle.js:58977:22)
at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:62948:17)
at beginwork (http://localhost:3000/static/js/bundle.js:64251:20)
at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:49233:
at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:49277:
at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:49334:35)
at beginWork$1 (http://localhost:3000/static/js/bundle.js:69232:11)
at performUnitofwork (http://localhost:3000/static/js/bundle.js:68480:16)
at workLoopSync (http://localhost:3000/static/js/bundle.js:68403:9)
Iam getting the runtime error when I put AnimatedGrid and AnimatedAxis components in my code and the error goes like this.
My package.json is
The text was updated successfully, but these errors were encountered: