ui-router / react-hybrid

Hybrid adapter for routing to AngularJS and React components
MIT License
88 stars 37 forks source link

Support React v18.1? #580

Open zlf341 opened 2 years ago

zlf341 commented 2 years ago

Since ReactDOM.render is no longer supported in React 18, any plan to upgrade this lib?

thank you

ayazlakdawala commented 1 year ago

I keep getting the following warning using this lib with React v18.1, are there any plans to address this. Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot

swar30 commented 1 year ago

@christopherthielen

I see that you are one of the main contributors to this repository.

Do you know if there are plans to address this issue?
are active maintainers for this repository?

Would opening PR to address this make sense, or should we create a private fork?

We are currently in the process of switching to react-hybrid and would will have to address this issue soon as will be upgracding to latest reactjs, any information you can provide would be great.

Thanks.

pahen commented 1 year ago

I can also help with this if @christopherthielen is open for a PR. This is holding back my React 18 upgrade.

chiptus commented 7 months ago

any update on this?

joseteIIo commented 3 months ago

Bumping.