You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded to 5.3.0 and am now this when running my application. The issue goes away when downgrading back to 5.2.2.
/Users/colby/Dev/pocus/frontend/node_modules/.pnpm/emoji-mart@5.3.0/node_modules/emoji-mart/dist/main.js:16
import "75afa6943437e26f:@swc/helpers/lib/_assert_this_initialized.js:esm";
^^^^^^
SyntaxError: Cannot use import statement outside a module
at Object.compileFunction (node:vm:360:18)
at wrapSafe (node:internal/modules/cjs/loader:1088:15)
at Module._compile (node:internal/modules/cjs/loader:1123:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
at Module.load (node:internal/modules/cjs/loader:1037:32)
at Module._load (node:internal/modules/cjs/loader:878:12)
at Module.require (node:internal/modules/cjs/loader:1061:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object.<anonymous> (/Users/colby/Dev/pocus/frontend/node_modules/.pnpm/@emoji-mart+react@1.0.1_m6ruxpxsd7qw3el52z6plcuz4a/node_modules/@emoji-mart/react/dist/main.js:2:24)
at Module._compile (node:internal/modules/cjs/loader:1159:14)
error - uncaughtException: /Users/colby/Dev/pocus/frontend/node_modules/.pnpm/emoji-mart@5.3.0/node_modules/emoji-mart/dist/main.js:16
import "75afa6943437e26f:@swc/helpers/lib/_assert_this_initialized.js:esm";
The text was updated successfully, but these errors were encountered:
Looks like a Parcel bug… some import did make it into main.js which is supposed to be the no-module build. Upgrading Parcel to latest version seems to resolve this. Just released v5.3.1, is it working now on your end?
I just upgraded to 5.3.0 and am now this when running my application. The issue goes away when downgrading back to 5.2.2.
The text was updated successfully, but these errors were encountered: