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 Matic.js library uses an npm.export.js file to specify which parts of the library are exported for use when it's included as a dependency.
However, there is an issue with this file in the past releases that causes runtime errors when the library is loaded.
At runtime, when the library is loaded using the npm.export.js file, it fails with the following error:
This issue occurs because, during the library's build and packaging process, the npm.export.js file is not included in the release with the correct content.
The text was updated successfully, but these errors were encountered:
Describe the bug
The Matic.js library uses an
npm.export.js
file to specify which parts of the library are exported for use when it's included as a dependency.However, there is an issue with this file in the past releases that causes runtime errors when the library is loaded.
At runtime, when the library is loaded using the
npm.export.js
file, it fails with the following error:Hint
This issue occurs because, during the library's build and packaging process, the
npm.export.js
file is not included in the release with the correct content.The text was updated successfully, but these errors were encountered: