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
../node_modules/immer/dist/immer.module.js.map:1:177: error: The value for the "sourcesContent" field must be an array
..../src/scope.js","../src/es5.js","../src/proxy.js","../src/patches.js","../src/immer.js","../src/index.js"],"sourcesContent":null,"names":["NOTHING","Symbol","DRAFTABLE","for","const","DRAFT_STATE","isDraft","value","isDraftable","...
Since we don't have control over 3rd party libraries, is there a way to maybe just ignore their sourcemaps if invalid?
The text was updated successfully, but these errors were encountered:
Trying to build a project that uses the immer library (https://www.npmjs.com/package/immer) and I'm getting the following error:
Since we don't have control over 3rd party libraries, is there a way to maybe just ignore their sourcemaps if invalid?
The text was updated successfully, but these errors were encountered: