-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Please update the following components: LoadableComponent #186
Comments
Thanks for noting this, I will look into it. I believe it may be due to I'm planning on implementing |
prescottprue
pushed a commit
that referenced
this issue
Mar 20, 2020
* feat(app): update reactfire to v2.0.2 (out of pre-release) * feat(app): update dev dependencies including cypress + cypress-firebase
2 tasks
prescottprue
added a commit
that referenced
this issue
Mar 20, 2020
prescottprue
added a commit
that referenced
this issue
Mar 22, 2020
* feat(app): replace react-loadable with `React.lazy` and `React.Suspense` - #186 (#188) * fix(app): set firestore rules version to v2 - #185 * feat(app): update reactfire to v2.0.2 (out of pre-release) * feat(app): update dev dependencies including cypress + cypress-firebase * feat(app): add support for emulators in app and tests * fix(app): update README to include notes about using emulators * chore(deps): update semver to 7.1.3 * chore(deps): update prettier to v2.0.0
Thanks for reporting! Fixed in v5.2.0 release by switching to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I get warning messages: “Warning:
componentWillMount
has been renamed” in my DevTools console.To Reproduce
Steps to reproduce the behavior:
yo react-firebase && npm start
Expected behavior/code
No warning message.
The text was updated successfully, but these errors were encountered: