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
import{Editor}from"https://esm.sh/@tiptap/core";importStarterKitfrom"https://esm.sh/@tiptap/starter-kit";importCollaborationfrom"https://esm.sh/@tiptap/extension-collaboration";// only works with @2.0.3?pin=v125import{TiptapCollabProvider}from"https://esm.sh/@hocuspocus/provider";// only works with @2.0.0?pin=v125
Error message
After onload I got this:
Uncaught SyntaxError: The requested module '/v132/[email protected]/es2022/crypto-browserify.mjs' does not provide an export named 'webcrypto' (at webcrypto.node.js:1:10)
I wonder if this is useful: I was trying to check if there would be any conflicts if I loaded the libraries from Skypack -- it works: https://codepen.io/ricotrevisan/pen/MWZXGXp
Failing module
Error message
After
onload
I got this:Additional info
Codepen example: https://codepen.io/ricotrevisan/pen/poqambQ
I'm barely code-literate; I've been learning Javascript while building plugins for a platform called Bubble.io. Be gentle; I'm a rookie.
The text was updated successfully, but these errors were encountered: