Noah U

Results 6 comments of Noah U

for still looking the solution. setting the preset only in production env fix my issue ``` { ... env: { production: { presets: ['react-app'], }, }, } ```

@jasonbarry I got this error. Did you encounter this error? ```javascript Attempted import error: 'IconSvgPaths16' is not exported from './generated/iconSvgPaths'. ````

Hi, thank you for reporting this one. I haven't tested this out with nextjs. Maybe you guys can help to contribute and it would be greatly appreciated for those who...

May I ask why would you disable localStorage in the browser?

@kellykampen , can you try to delete your `node_modules` and `package-lock.json` and re-install.