ICSS Exports work on react-scripts": "3.4.4"
and not react-scripts: "4.0.0"
- Clone repo
yarn
yarn start
- Edit text on the page should be red
- Clone repo
- Go to
package.json
and changereact-scripts": "3.4.4"
toreact-scripts": "4.0.0"
- Delete
yarn.lock
andnode_modules
yarn
yarn start
- Edit text on the page will be white instead of red (not picking up the
colors
object)