You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a compiler error with current version 0.8.11 of two.js with typescript compiler tsc Version 5.2.2 . The error only happens with the typescript compiler tsc, which is used by vite to build the distribution version. The debug version with esbuild, which has its own typescript compiler?, works fine. The Problem existes on local machines (windows and Linux) and when deploying on Netlify.
tsc && vite build
line 2851: error TS2304: Cannot find name 'Anchor'
left: Anchor;
line 2857: error TS2304: Cannot find name 'Anchor'
right: Anchor;
Found 2 errors in the same file, ...
I had no problems in version 0.8.10
Hope it helps.
The text was updated successfully, but these errors were encountered:
I get a compiler error with current version 0.8.11 of two.js with typescript compiler tsc Version 5.2.2 . The error only happens with the typescript compiler tsc, which is used by vite to build the distribution version. The debug version with esbuild, which has its own typescript compiler?, works fine. The Problem existes on local machines (windows and Linux) and when deploying on Netlify.
I had no problems in version 0.8.10
Hope it helps.
The text was updated successfully, but these errors were encountered: