Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(VTKjs): Fix type imports from VTK.js
Fixes type imports from '@kitware/vtk.js/types'. Resolves observed error when developing against a local VTK.js development branch: ```sh ERROR Error: The following dependencies are imported but could not be resolved: 16:46:24 @kitware/vtk.js/types (imported by C:/repos/VolView/src/components/tools/polygon/PolygonWidget2D.vue?id=0) Are they installed? at file:///C:/repos/VolView/node_modules/vite/dist/node/chunks/dep-df561101.js:45705:23 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///C:/repos/VolView/node_modules/vite/dist/node/chunks/dep-df561101.js:45114:38 ```
- Loading branch information