BenJeau / react-recoil-flipper-client

React Provider connecting to Flipper to log Recoil.js events
https://npmjs.com/package/react-recoil-flipper-client
0 stars 2 forks source link

[WORKAROUND] Using the flipper plugin #2

Open caiorrs opened 1 year ago

caiorrs commented 1 year ago

I just tested a workaround and it worked

copy the index file to a directory/file in your project and use the RecoilFlipperClient component from there. You will still need to use the same flipper plugin in flipper.

I suspect the issue is that the package.json of this project needs to be updated to use the latest recoil version

caiorrs commented 1 year ago

PR opened to fix the issue https://github.com/BenJeau/react-recoil-flipper-client/pull/3