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'm trying to use the Kobalte lib on a Deno project but I'm getting the next error:
error: 'import', and 'export' cannot be used outside of module code at file:///C:/Users/aw4ke/AppData/Local/deno/npm/registry.npmjs.org/@kobalte/core/0.6.0/dist/esm/index.js:1:1
import { access, accessWith, getDocument, EventKey, getActiveElement, contains, ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
I'm trying to use the Kobalte lib on a Deno project but I'm getting the next error:
You can replicate the issue with the next code:
and
deno run -A .\test.ts
There is a similar opened issue #17231 , but I have tried esm.sh, skypack.dev, etc... and it doesn't work either.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions