React 18 compatability for react hybrid library
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.
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.
@todorpr what did you end up doing? I'm thinking of forking it.
what were the problems you saw with this PR?