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 encountering an issue where I get a nonstop error when saving changes in the component where the XTerm terminal component is used. The error message is:
react-dom-client.development.js:11457 Uncaught TypeError: Cannot read properties of null (reading 'removeChild')
The issue occurs whenever I make any changes and save the component containing the XTerm component. The error prevents proper rendering and causes the app to loop.
I'm encountering an issue where I get a nonstop error when saving changes in the component where the XTerm terminal component is used. The error message is:
react-dom-client.development.js:11457 Uncaught TypeError: Cannot read properties of null (reading 'removeChild')
The issue occurs whenever I make any changes and save the component containing the XTerm component. The error prevents proper rendering and causes the app to loop.
My implementation:
Using the component:
The text was updated successfully, but these errors were encountered: