You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently making a PR to update Fable.MaterialUI to Fable.Core 3 and Fable.React 5. The API makes use of ReactNode, ReactType, and ReactInstance, none of which are available any longer.
Should ReactElement be used instead for all of these?
If you need more context to answer this question, here are examples in the (original) MaterialUI documentation where the three types are used in the current bindings: