Works for me with 24.2.1 but not with 24.3.2
Error:
Uncaught (in promise) SyntaxError: The requested module '/VAADIN/@fs/C:/XXX/gui/main/node_modules/.vite/deps/lit-element.js?v=7749e69d' does not provide an export named 'customElement' (at xterm.ts:20:10)
Hello. Thanks for noticing this. Version 2.2.0 of the add-on is not compatible with Vaadin 24.3 (https://github.com/FlowingCode/XTermConsoleAddon/issues/82). We'll fix it soon.
The fix has been pushed to 3.0.0-SNAPSHOT. We decided to go with a new major version for Vaadin 24.3, since XTermConsoleAddon 2.x claims compatibility with Vaadin 22 to 24.2.
You can use the snapshot by adding the following repository to your POM file: https://maven.flowingcode.com/snapshots/
The release may take a while because we are currently experiencing some issues in our release pipeline.