Update react.js to use forceUpdate as default#122
Closed
lucas-aragno wants to merge 1 commit intodevelopit:masterfrom
Closed
Update react.js to use forceUpdate as default#122lucas-aragno wants to merge 1 commit intodevelopit:masterfrom
lucas-aragno wants to merge 1 commit intodevelopit:masterfrom
Conversation
Owner
|
Hi @lucas-aragno! I believe this is related to #120. The fix should be to hook |
Author
|
hey @developit ! its been a while I think we are using my fork for now but im not working on that project anymore so... I think you can close this PR if this isnt a relevant fix. I'll check out #120 ! thanks for the response :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey @developit I have run into cases that
connected components wont work as expected (also seen this happening to a lot of ppl using react) I've found that the problem seems to be that it just doesn't get in to the first twoforceUpdateI have added one more and seems to fix my problem (although idk if im updating by default) but for now seems to be solving my issue, just putting this out there. Let me know your thoughts