Turbopack incompatibility with React Spectrum / React Aria #10568
Closed
demonesschurch
started this conversation in
Ideas
Replies: 1 comment 4 replies
|
Yeah this is noted on the getting started page under next.js: https://react-spectrum.adobe.com/getting-started Turbopack does not support plugins so style macros are not possible there. Does that explain the errors you saw or was it something else? |
4 replies
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.
Hi everyone,I am experiencing an issue when trying to use React Spectrum (and/or React Aria) with Next.js while running the Turbopack compiler (next dev --turbo).It seems there is an incompatibility between the two. The build fails or throws errors during local development when Turbopack is enabled, whereas it works fine with the standard Webpack compiler.Is this a known limitation with Turbopack's current bundling strategy, or are there any specific configurations/workarounds required to make React Spectrum work seamlessly with Next.js Turbopack?Thank you for your help!
All reactions