[Bug] IPosition not exported from @kitware/vtk.js/Rendering/Core/RenderWindowInteractor
jeremygau opened this issue ยท 3 comments
jeremygau commented
Bug description
Hello,
I am encountering a TypeScript error when trying to build my Vue project. The error message indicates that the exported variable useViewerStore has or is using the name IPosition from the external module @kitware/vtk.js/Rendering/Core/RenderWindowInteractor, but it cannot be named.
src/stores/miniStore.ts:6:14 - error TS4023: Exported variable 'useViewerStore' has or is using name 'IPosition' from external module "/Users/jeremy/poc/debug/node_modules/@kitware/vtk.js/Rendering/Core/RenderWindowInteractor" but cannot be named.
6 export const useViewerStore = defineStore('viewer', () => {
Steps to reproduce
Clone https://github.com/jeremygau/debug
npm i
npm run build
Detailed Behavior
No response
Expected Behavior
The project should build without error
Environment
- vtk.js version: @kitware/vtk.js@32.5.1
- OS: MacOS 14
finetjul commented
Do you have a PR that would fix the issue ?
github-actions commented
๐ This issue has been resolved in version 32.6.0 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐