We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Konva in Nodejs environment. For example, using vitest testing. Using Layer and Stage terminals will result in errors.
describe('', () => { it('', () => { new Konva.Rect(); // pass new Konva.Layer(); // error new Konva.Stage({ // error container: document.body, }); }); });
The text was updated successfully, but these errors were encountered:
Hard to say. Looks like very windows related. Can you make a little repository to reproduce?
Sorry, something went wrong.
https://github.com/lct01lct/Konva_Error_Repo
npx envinfo --System --Binaries System: OS: Windows 11 10.0.22631 CPU: (8) x64 Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz Memory: 7.87 GB / 15.87 GB Binaries: Node: 18.18.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD npm: 9.8.1 - C:\Program Files\nodejs\npm.CMD pnpm: 7.6.0 - ~\AppData\Roaming\npm\pnpm.CMD
No branches or pull requests
Using Konva in Nodejs environment. For example, using vitest testing.
Using Layer and Stage terminals will result in errors.
The text was updated successfully, but these errors were encountered: