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

React 18 compatability for react hybrid library #585

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

willemorvets
Copy link

@willemorvets willemorvets commented Jan 23, 2023

Update the react-hybrid library to be compatible with react version 18+. This will use the new createRoot rendering API, so you can opt into the newly added features of React 18. This is a (breaking change). I know that there was another pull request out in the wild performing this exact same change. I'm just hoping that this might grab someone's attention.

@todorpr
Copy link

todorpr commented Jun 23, 2023

Hey @christopherthielen, do you still maintain this package. I just wanted to bump this PR. Without these changes the React applications run under React 17 and we can't gain from the improvements in React 18.

I would help to make this PR working as I see there were some issues with the checks, I'm just unsure what the issues are.

@chiptus
Copy link

chiptus commented May 30, 2024

@todorpr what did you end up doing? I'm thinking of forking it.

what were the problems you saw with this PR?

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.

3 participants