-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
useLayoutEffect is not defined error #118
Comments
I have the same issue on create-react-app but v0.0.37 works. |
Can confirm this breaks in a fresh Vite app as well ( |
That would also be my first guess. |
Yeah, I checked out the repo and built the package a few times, and the |
I'm going to publish 0.0.39 with a fix for this in a few. I'm looking at other options for a few first though (beyond just reverting it). |
Thanks for this tip 👍🏼 I've confirmed it locally. Now I'm just adding some lint rules and stuff to make sure I don't regress. |
Should be fixed in 0.0.39 |
After upgrading to v0.0.38, I get this error with Next.js:
v0.0.37 works just fine.
The text was updated successfully, but these errors were encountered: