styleguidist/react-styleguidist

Can react-styleguidist support React18 new features?

Fangfanghao opened this issue · 3 comments

If we want to support React18 new features in react-styleguidist, we have to replace
ReactDOM.render
to
createRoot

and replace
unmountComponentAtNode
with
unmount

Do we have a plan to suppport this?

Id like to second this. We're upgrading our component library to 18 and getting these errors in our console locally now. We can thankfully leave react-styleguidist on 17 for the time being but would love to be able to be on the latest and greatest.

I can look into it, perhaps after #1996 is merged