Hi! I’m getting an unresolved module error after syncing my nextjs project after a while. Any suggestion? Error starting from PlasmicRootProvider but any other component also seems to do the same.Can't resolve '@swc/helpers/_/_class_private_field_init'
versions before sync (working):
“@plasmicapp/cli”: “^0.1.248”,
“@plasmicapp/host”: “^1.0.110”,
“@plasmicapp/react-web”: “^0.2.224”,
“@plasmicpkgs/plasmic-basic-components”: “^0.0.119”,
“@plasmicpkgs/plasmic-cms”: “^0.0.159”,
after (broken):
“@plasmicapp/cli”: “^0.1.322”,
“@plasmicapp/host”: “^1.0.110”,
“@plasmicapp/react-web”: “^0.2.296”,
“@plasmicpkgs/plasmic-basic-components”: “^0.0.119”,
“@plasmicpkgs/plasmic-cms”: “^0.0.159”,
latest (also not working):
“@plasmicapp/cli”: “^0.1.322”,
“@plasmicapp/host”: “^1.0.179”,
“@plasmicapp/react-web”: “^0.2.296”,
“@plasmicpkgs/plasmic-basic-components”: “^0.0.197”,
“@plasmicpkgs/plasmic-cms”: “^0.0.237”,