-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
with-preact example doesn't work with next 8.0.0 #6265
Comments
@timneutkens |
@toshi1127 looks like a great PR! Just had one comment 🙏 |
PR merged. |
#6764 error still here |
Yes, error still |
@Timer @timneutkens @toshi1127 The new version of |
This bug goes deeper than that. The real issue is that Next is no longer compatible with Preact because it uses |
@LukasBombach It seems that Preact will support https://github.com/preactjs/preact/releases/tag/10.0.0-beta.2 |
Yeah! So awesome! Kudos to everyone involved! |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
with-preact
example throws the following error:To Reproduce
npx create-next-app --example using-preact using-preact-app && cd using-preact-app && npm run build && npm run start
Expected behavior
createContext
should be polyfilled perhaps like in this example.The text was updated successfully, but these errors were encountered: