luisanton-io / recoil-nexus

MIT License
163 stars 13 forks source link

Error in Production #2

Closed Jordan-Eckowitz closed 3 years ago

Jordan-Eckowitz commented 3 years ago

The package works perfectly when run locally but I get the following error message in production.

image

luisanton-io commented 3 years ago

Hi Jordan, which version of Recoil and Nexus are you using? Also, did you remember to add <RecoilNexus /> right under your <RecoilRoot />?

All is working fine for me this far with recoil v0.4.0 and recoil-nexus v0.3.0 so it would be great if you could somehow help me reproduce the issue.

Thanks!

Jordan-Eckowitz commented 3 years ago

yeah good call - my recoil package was v0.3.1 - after updating to v0.4.0 its working. Thanks for the help.