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 ran into errors attempting to use Gosling's react component in an application with StrictMode on. I experienced these errors with both Gosling v0.17.0 and v1.0.0 and React v18.3.1. Disabling StrictMode allowed the component to render.
Cannot read properties of null (reading 'destroy')
Cannot read properties of null (reading 'removeChild')
The text was updated successfully, but these errors were encountered:
HiGlass is the source of this issue since it uses deprecated React syntax (a message about UNSAFE_componentWillMount). It should be addressed in our new version that removes the HiGlass dependency #1094
I ran into errors attempting to use Gosling's react component in an application with StrictMode on. I experienced these errors with both Gosling v0.17.0 and v1.0.0 and React v18.3.1. Disabling
StrictMode
allowed the component to render.The text was updated successfully, but these errors were encountered: