Jamie Athanassakis
Jamie Athanassakis
> Reopening this as we're getting closer to a React 18 release. Progress can be followed in #3005. > > At this moment, as far as initial test projects point...
> The most staggering thing is that nowadays you shouldn't need to set this up at all, because these are defaults. But it depends on framework, it's version, it's compilation...
> @jamieathans Does the issue exist in a fresh up-to-date Next.js setup? @kubk Just double checked this again using the following `npm` versions (fresh Next.js setup): ``` { "name": "nextjs-mobx",...
> We ran into the same issue while upgrading to 18.0.4. A quick hotfix, that makes is work again is setting up a `.svgrrc` config file at the workspace root...
As a follow up - since my project uses both SVGs as assets _and_ React Components, the solution that worked for me was as described by @tzuge - https://github.com/nrwl/nx/issues/21773#issuecomment-1955792729. This...