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 validated-changeset as a demo for some REPL stuff, but am running into process is not defined errors, which makes sense, considering I'm await importing from a browser.
I'm trying to use validated-changeset as a demo for some REPL stuff, but am running into
process is not defined
errors, which makes sense, considering I'mawait import
ing from a browser.See https://cdn.jsdelivr.net/npm/validated-changeset/+esm
is there a browser build available?
I see there in main and module here: https://github.com/validated-changeset/validated-changeset/blob/main/package.json#L6
just looks like browser might be missing?
The text was updated successfully, but these errors were encountered: