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
Looks like chromaticity.js and interpolation.js both have an export named register. This becomes a problem because they both get re-exported with * from index-fn.js:
ERROR in ./node_modules/colorjs.io/src/index-fn.js 20:0-55
The requested module './chromaticity.js' contains conflicting star exports for the name 'register' with the previous requested module './luminance.js'
@ ./src/index.js 1:0-52
ERROR in ./node_modules/colorjs.io/src/index-fn.js 24:0-56
The requested module './interpolation.js' contains conflicting star exports for the name 'register' with the previous requested module './luminance.js'
@ ./src/index.js 1:0-52
The text was updated successfully, but these errors were encountered:
Looks like
chromaticity.js
andinterpolation.js
both have an export namedregister
. This becomes a problem because they both get re-exported with*
fromindex-fn.js
:Sample webpack error:
The text was updated successfully, but these errors were encountered: