Does not work with latest Next.js
See original GitHub issueHey 👋
Trying to set this up for our design system but unfortunately, the simple example from the docs gives me this error:
I have a set up a repo with a minimal example where only react-view
is installed and Next.js is configured to Webpack 5 (the errors appear on Webpack 4 as well)
I’m kinda lost on this one so help would be appreciated @tajo 🙏
Thank you
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Upgrade Guide - Next.js
However, upgrading to Next.js 13 does not require using the new app directory. You can continue using pages with new features that work...
Read more >Issues · vercel/next.js - GitHub
Issues list · node:16-alpine no longer works · (AppDir) There's currently no way to run code before the UI is interactive. · (AppDir)...
Read more >What's New in Next.js 13 - AppSignal Blog
js server will create app/layout.tsx - how thoughtful, thanks, Next.js! Your page app/page.tsx did not have a root layout, we created ...
Read more >NextJS create-next-app not working properly - Stack Overflow
usually when I see something like this, it's because the documentation (or tutorial, or article) is using a different version from you. See...
Read more >What's new in Next.js 13, and what do they really do?
jsx be a Server Component that wraps your client provider…that wraps children/UI in turn. 3. Your favorite UI Library might not work. Server...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I managed to temporarily fix this by deleting
node_modules/react-view/node_modules/semver/*
but not sure what a permanent fix would be.Amazing. Thank you 🙏