TypeError: Cannot read property 'onLinkHover' of undefined
See original GitHub issuexterm-addon-webgl@latest (v0.5.1) does not work with xterm@latest (v4.4.0)
it throws error TypeError: Cannot read property 'onLinkHover' of undefined
because xterm v4.4.0 does not have linkifier2 property on the terminal.
I think xterm-addon-webgl@0.5.1 was meant to be released as v0.6.0-beta.4
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Uncaught TypeError: Cannot read properties of undefined ...
I'm new to react js, I'm getting Uncaught TypeError: Cannot read properties of undefined (reading 'url') error due to fetching images map.
Read more >Uncaught TypeError: Cannot read property '_ua' of undefined
This error occurs when a property is read or a function is called on an undefined variable. Undefined means that a variable has...
Read more >Receving ERROR: TypeError: Cannot read property 'close' of ...
i want to answer this question as I have solved it. the problem is I rename the file manually like I rename the...
Read more >TypeError Cannot read properties of undefined (reading 'data')
Hello ! I have an issue that i don't understand. I searched online but no clue for my code... I tried to create...
Read more >Uncaught TypeError: Cannot read property '1' of undefined
Hi guys, I am facing this problem when i am trying to create a new customer. Can you please help me correct this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this happened because of an oversight by bumping the version in https://github.com/xtermjs/xterm.js/commit/db304513b19ebd7ebd08abd020999cb7cea4bafe
xterm-addon-webgl@0.5.1 is not compatible with xterm@0.4.0 so use 0.5.0 for now. I’ll make a note on the releases page: https://github.com/xtermjs/xterm.js/releases
@UziTech phew, had me worried for a second 😄