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 am looking for the implementation of terminal with xterm-addon-fit library which will change the height of xterm when the size of my component changes....
Right now i am not able to implement that, maybe because the xterm. is wrapped in another div whose height i should modify using ref
xterm-addon-fit.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'scrollback') at t.FitAddon.proposeDimensions (xterm-addon-fit.js:1:916) at t.FitAddon.fit (xterm-addon-fit.js:1:414) at ResizeObserver.<anonymous> (EdrEndpointDetails.js:313:64)
I am getting this error even after giving scrollback value to options prop
The text was updated successfully, but these errors were encountered:
I am looking for the implementation of terminal with xterm-addon-fit library which will change the height of xterm when the size of my component changes....
Right now i am not able to implement that, maybe because the xterm. is wrapped in another div whose height i should modify using ref
xterm-addon-fit.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'scrollback') at t.FitAddon.proposeDimensions (xterm-addon-fit.js:1:916) at t.FitAddon.fit (xterm-addon-fit.js:1:414) at ResizeObserver.<anonymous> (EdrEndpointDetails.js:313:64)
I am getting this error even after giving scrollback value to options prop
The text was updated successfully, but these errors were encountered: