mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #225] react-reconciler 0.20.0 + react-dom 16.8 #154
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crshumate on GitHub (Aug 23, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/225
react-reconciler@0.20.0does not work with react-dom@16.8.x as it is missingschedulePassiveEffectsreact-domis needed to usereact-reduxforreduximplementationsUpdating react-reconciler to 0.21.0 fixes this issue.
Manually changing in
package-lock.jsonand usingnpm cipseudo solves the problem but if you need to install a new package withnpm iyou have to go back in and edit the package.json file and then re-install withnpm cieverytime you want to add a new npm package.Easier change would be just to update it to react-reconciler@0.21.0
@kusti8 commented on GitHub (Aug 28, 2019):
I'll look into this and do some testing. There's always the risk of breaking changes, especially with react-reconciler.
@kusti8 commented on GitHub (Jan 19, 2020):
Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.