Skip to content
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

feat!: upgrade reconciler, react 18 concurrency #64

Merged
merged 3 commits into from
Aug 24, 2022

Conversation

CodyJasonBennett
Copy link
Member

@CodyJasonBennett CodyJasonBennett commented Aug 24, 2022

Fixes #63 by upgrading the internal reconciler, making react 18 the minimum supported version. Consequently, react-dom 18 and react-native 0.69 are also the minimum supported peer versions.

The mode render prop is removed with roots being concurrent by default and reconciler.act is moved to a top-level export as act.

@CodyJasonBennett CodyJasonBennett merged commit c654781 into main Aug 24, 2022
@CodyJasonBennett CodyJasonBennett deleted the feat/reconciler-upgrade branch August 24, 2022 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React 18 conflict dependencies
1 participant