-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Beta version: Cannot read properties of undefined (reading 'current') #986
Comments
hi @binomialstew can you check our PRs and the comments (beta releases) and let me know if the latest beta releases work for you? #984 #982 |
Hi @danielbarion , I do not see the error in |
Same as said on #987. Please test out |
I don't see this issue any longer, but I do see this when trying to access the tooltip in a floating-ui.core.browser.min.mjs:1 Uncaught (in promise) TypeError: f is not a function
at d (floating-ui.core.browser.min.mjs:1:860) |
Can you try |
This does appear to be fixed by using that version of I was unable to find branches that correspond to these beta releases. Are they here? I'd be able to provide more helpful info to you and make some things more clear to myself if I could take a look at the diffs. |
Just a slight oversight when refactoring some class names. Already fixed, thanks for reporting. Regarding this issue we are considering it as a bug on Next.js, since the update fixes it.
|
Describe the bug
I'm seeing
Cannot read properties of undefined (reading 'current')
in beta version5.10.1-beta-9
. I do not see this error in5.10.1-beta.4
.Looks like
ReactCurrentOwner.current
is undefined.The text was updated successfully, but these errors were encountered: