-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work in React Vite #283
Comments
Same, but it's not working only in React.StrictMode. Looking at the number of open and ignored issues makes me sad, it looks like this repository is no longer maintained. |
It's not working in NextJS v13.5 either... |
Same, did you find an alternative package ? |
There are many alternative libraries. I use framer-motion. you can find a similar package here with the sample code. |
I got BottomSheet working in Next.js but in React I get the following error:
`web.js:508 Uncaught TypeError: Cannot read properties of undefined (reading 'getValue')
at web.js:508:57
at Array.map ()
at AnimatedInterpolation.getValue (web.js:508:38)
at AnimatedStyle.getValue (web.js:173:98)
at AnimatedProps.getValue (web.js:173:98)
at web.js:303:45
at renderWithHooks (react-dom.development.js:16305:18)
at updateForwardRef (react-dom.development.js:19226:20)
at beginWork (react-dom.development.js:21636:16)
at HTMLUnknownElement.callCallback2 (react-dom.development.js:4164:14)
(anonymous) @ web.js:508
getValue @ web.js:508
getValue @ web.js:173
getValue @ web.js:173
(anonymous) @ web.js:303
renderWithHooks @ react-dom.development.js:16305
updateForwardRef @ react-dom.development.js:19226
beginWork @ react-dom.development.js:21636
callCallback2 @ react-dom.development.js:4164
invokeGuardedCallbackDev @ react-dom.development.js:4213
invokeGuardedCallback @ react-dom.development.js:4277
beginWork$1 @ react-dom.development.js:27451
performUnitOfWork @ react-dom.development.js:26557
workLoopSync @ react-dom.development.js:26466
renderRootSync @ react-dom.development.js:26434
recoverFromConcurrentError @ react-dom.development.js:25850
performSyncWorkOnRoot @ react-dom.development.js:26096
flushSyncCallbacks @ react-dom.development.js:12042
commitRootImpl @ react-dom.development.js:26959
commitRoot @ react-dom.development.js:26682
finishConcurrentRender @ react-dom.development.js:25936
performConcurrentWorkOnRoot @ react-dom.development.js:25809
workLoop @ scheduler.development.js:266
flushWork @ scheduler.development.js:239
performWorkUntilDeadline @ scheduler.development.js:533
react-dom.development.js:18687 The above error occurred in the component:
`
The text was updated successfully, but these errors were encountered: