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
We had a situation where the html trying to set ended up being undefined. I would expect this to throw a warning but still render like react-dom does. Instead it just hangs. This was really tricky to track down but we eventually traced it back to react-dom-stream acting differently than react-dom when html happens to be undefined.
The text was updated successfully, but these errors were encountered:
We had a situation where the html trying to set ended up being
undefined
. I would expect this to throw a warning but still render likereact-dom
does. Instead it just hangs. This was really tricky to track down but we eventually traced it back to react-dom-stream acting differently than react-dom when html happens to be undefined.The text was updated successfully, but these errors were encountered: