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
ReactDOMRe.objToDOMProps -> this function is currently missing, probably need to add that back for the transition (later on we will not need that apis for v1 afaik)
ReactDOMRe.objToDOMProps
-> this function is currently missing, probably need to add that back for the transition (later on we will not need that apis for v1 afaik)Upgrade notes:
ReasonReact.reactElement
->React.element
ReactDOMRe.Style
->ReactDOM.Style
ReactDOMRe.props
->ReactDOM.props
ReasonReact.string
,ReasonReact.int
,... ->React.string
,React.int
,...The text was updated successfully, but these errors were encountered: