matrix: v6.10.7 "The requested module './matrix.js' does not provide an export named 'default'"
When upgrading from version 6.10.5 to 6.10.7, I am now getting this error in the matrix.mjs file.
Here is what my import looks like:
Any help would be appreciated!
About this issue
- Original URL
- State: open
- Created 8 months ago
- Comments: 15 (7 by maintainers)
Hi @targos I apologize for the late response but I would like to work through diagnosing and resolving this without a workaround. Currently I am using
ml-matrixversion 6.10.8 and this is the error that I get when attempted to load our web app.The error occurs on this line of the
matrix.jsfileI believe the main problem is in the
matrix.jsfile where it usesexportsandrequirewhich cannot be used in a browser context. I am not sure how much work it would be for you to make this browser friendly, but this would be a really cool addition!