Skip to content

bhbs/recoil-repro-2298

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro

facebookexperimental/Recoil#2298

npm install
npm run build
npm run preview

or

npm install
npm run dev

Fix

FILE="./node_modules/recoil/es/index.js"
ORIGINAL="other.contents === this.contents"
REPLACEMENT="Object.is(other.contents, this.contents)"
sed -i '' "s/$ORIGINAL/$REPLACEMENT/" $FILE

npm run build
npm run preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published