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
The CommonJS version of the internal/common/state component is broken. The line Object.defineProperty(exports, '__esModule', { value: true }); in the build code gives the following error when included as a script:
Uncaught ReferenceError: exports is not defined
The text was updated successfully, but these errors were encountered:
The CommonJS version of the
internal
/common
/state
component is broken. The lineObject.defineProperty(exports, '__esModule', { value: true });
in the build code gives the following error when included as a script:The text was updated successfully, but these errors were encountered: