-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
bug(HOCs): use of componentWillReceiveProps in HOCs cause warnings with 16.9.0 #755
Comments
* feat(auth): remove `signIn` option from createUser (new user is automatically signed in through Firebase SDK) - #513 * feat(core): new pattern for getting extended firebase instance in thunks (added back `getFirebase` to api) - #635 * fix(HOCs): switch to `UNSAFE_componentWillReceiveProps` in class based HOCs to prevent warnings with 16.9.0 - #755 * fix(HOCs): switch `withFirebase` and `withFirestore` back to pre-hooks compatible logic * fix(core): replace lodash methods such as `isArray`, `isBoolean`, `isString`, `size`, `compact` and `isFunction` with native methods in a number of places * chore(deps): update lodash to 4.17.15 * chore(docs): add docs for how to reference data from state for reselect selectors - #614 * chore(docs): update client side role assign example in roles recipes - #699 * chore(docs): add example for assigning role in cloud function - #699
Wasn't able to go straight to The warning is fixed in the v3.0.0-beta release. |
@prescottprue Still getting this warning when using Strict Mode in react: 17.0.1 and react-redux-firebase 3.7.0. Is there a way to fix it? |
@s4ek1389 Can you open a new issue with the warning so we don't loose track |
I am getting the warning with "react": "^17.0.1" and "react-redux-firebase": "^3.10.0". I opened an issue.
|
any updates on this issue? i'm getting same warning too |
no updates. I opened a new issue for this warning. Seems that you should live with it until the HOC is fixed, or use react hooks to link your component to firestore to get rid of the warning |
great.. thanks for the advice @LuisMerinoP but i think im done with this, the documentation won't help much and still.. errors were keep appear on my console... it would be great to create my own npm package |
Bug report
Steps
Use firestoreConnect with [email protected] and [email protected]
Open your console to see the warnings
Expected Result
No warnings should appear
Actual Result
Version
3.0.0-alpha.16
The text was updated successfully, but these errors were encountered: