-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error upgrading to v3.2.0 #49
Comments
Do you get the same issue with v3.4.1? In any case, that's pretty weird because, looking at https://github.com/romac/react-if/blob/v3.2.0/lib/ReactIf.js, it looks like everything is exported properly. Can you put together a minimal testcase for me reproduce? |
Error occurs with v3.4.1 too. |
I'll be closing this with #66. For one because this is a very old issue by now, because I see you were still using React 15 in your sample app which is beyond outdated (React 16 released way back in September 2017, this issue is from 2019, and it's near the end of 2020 and we got React 17 yesterday), and lastly because #66 is a complete rewrite of the library that, if not fixing the issue, will definitely target React >= 16 and I can greatly recommend you switch to Reac 16. |
I didn't make any change in my code. Just updated package from 3.1.3 to 3.2.0 and I'm getting this error at Bowser Console.
Could this be a conflict with other outdated package? I'm using react 15.6.2.
The text was updated successfully, but these errors were encountered: