You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything is working pretty well but when I refresh on 1 Container out of 5 that are using redux-connect, I get this:
(node:27184) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Then I realize, the documentation is missing catch for loadOnServer method. I think the Readme needs to be updated.
Everything is working pretty well but when I refresh on 1 Container out of 5 that are using redux-connect, I get this:
Then I realize, the documentation is missing catch for loadOnServer method. I think the Readme needs to be updated.
Example:
The text was updated successfully, but these errors were encountered: