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
Hi! I'm running into this issue because tldraw is using this package. It seems that the latest published version of this package has multiple entry points:
This is my first published package, and I had some issues making it work reliable for both cjs and modules, this seems to be an artifact from an earlier iteration. Let me look into it this week.
Hi! I'm running into this issue because
tldraw
is using this package. It seems that the latest published version of this package has multiple entry points:main
, which points to./lib/index.js
module
, which points to./lib/index.mjs
Unfortunately, the
module
entry point doesn't exist: https://unpkg.com/browse/[email protected]/lib/. It's either.js
or.cjs
.The text was updated successfully, but these errors were encountered: