React-color: ReferenceError: exports is not defined

Created on 28 Oct 2020  Â·  17Comments  Â·  Source: casesandberg/react-color

es/helpers/color.js in the new update (2.19.1)

Most helpful comment

Same here. Workaround for me:

  "resolutions": {
    "react-color": "2.18.0"
  }

(yarn resolutions)

All 17 comments

Same here. Workaround for me:

  "resolutions": {
    "react-color": "2.18.0"
  }

(yarn resolutions)

Same error here. Like matthias I had to revert to v 2.18.0

$ npm install [email protected]

Same here. Hopefully fixed soon?

react-color 2.18.1 still works for me

Same here + 1

Same here + 1

Same here + 1,
hopefully fixed soon.

Same here + 1

Same here + 1

Same problem here

image

just got this issue also.... rever back to 2.18.0

Same here + 1

Same issue here. I had to paste an old version of react-colors on node modules folder. Im using 2.18.1

+1

This has been fixed and published as [email protected]

Thanks for the fast turnaround @casesandberg! You're awesome 💯

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Glutnix picture Glutnix  Â·  4Comments

stevenxxiu picture stevenxxiu  Â·  6Comments

nevendyulgerov picture nevendyulgerov  Â·  3Comments

louh picture louh  Â·  4Comments

maximzah picture maximzah  Â·  5Comments