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
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
When an async promise is resolved its necessary to call F.render(props) and this means there is a chance that old state props will be sent into the app. A patch method that just overwrites a portion of the main props object would avoid this problem.
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
When an async promise is resolved its necessary to call
F.render(props)
and this means there is a chance that old state props will be sent into the app. A patch method that just overwrites a portion of the main props object would avoid this problem.The text was updated successfully, but these errors were encountered: