
Currently , my only solution is change import
import { TresCanvas as TC, TresCanvasProps } from '@tresjs/core';
To
import { TresCanvas as TC } from '@tresjs/core';
import { TresCanvasProps } from '@tresjs/core/dist/components/TresCanvas.vue';
Have anyone same problem when run experiments ? I tried on Window 10 , node 19.6 and Mac 18.16 have same problem and solution :/