React and React-DOM CDN Usage with App Router - next@14 #64559
Unanswered
eroldmrclk
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using the pages structure and packages like react, react-dom, and antd via CDN with Next.js 13. After transitioning to Next.js 14, I’m encountering a ‘cannot find module’ error when using react and react-dom via CDN. When I disable CDN usage for react and react-dom, I don’t get this error for antd. Is it not possible to use react and react-dom with CDN alongside the App Router in Next.js 14?
Beta Was this translation helpful? Give feedback.
All reactions