Description
Occuring when you instantiate two LocalView (with one render windows per local view).
Where does the issue originate?
Upstream Project (vtk.wasm JS bindings)
Version Information
"trame-vtklocal==1.0.1", "vtk==9.6.20260405.dev0"
Steps to Reproduce
Just run this minimal reproduction script using uv run, dependencies are in shebang:
repro.py
Relevant Log Output
JS console:
Could not startEventLoop for 49
49 is the id of the second render window
Description
Occuring when you instantiate two LocalView (with one render windows per local view).
Where does the issue originate?
Upstream Project (vtk.wasm JS bindings)
Version Information
"trame-vtklocal==1.0.1", "vtk==9.6.20260405.dev0"
Steps to Reproduce
Just run this minimal reproduction script using uv run, dependencies are in shebang:
repro.py
Relevant Log Output
JS console:
Could not startEventLoop for 4949 is the id of the second render window