Hi all, I’m seeing the following error when compiling my website:
error - ./node_modules/@internationalized/date/dist/import.mjs:1:0
*Module not found*: Can't resolve '@swc/helpers/_/_class_private_field_init'
Import trace for requested module:
./node_modules/@react-aria/i18n/dist/real-module.mjs
./node_modules/@react-aria/i18n/dist/import.mjs
./node_modules/@react-aria/menu/dist/import.mjs
./node_modules/@plasmicapp/react-web/dist/react-web.esm.js
./pages/_app.js
<https://nextjs.org/docs/messages/module-not-found>
It’s probably a dependency error, but I cannot find the cause. The issue started after the Plasmic update yesterday, so I suspect it’s related. Does anyone know how to solve it?