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
Doing:
Expecting: No recursive error
Happening: recursive error because click handler is called again when ref is being used elsewhere in the canvas
https://stackblitz.com/edit/tresjs-basic-bskmaj?file=src%2Fcomponents%2FBox.vue
Click on each of the boxes and check console
No response
npm
The text was updated successfully, but these errors were encountered:
Hi @franciscohermida thanks for opening this, I think this will be fixed with #529 on the v4 release.
v4
We are fine-tuning the PR and we expect to merge it soon, I will let you know so you can test it with the next channel release.
next
Sorry, something went wrong.
Hi @franciscohermida can you try again with the new v4 to see if it's still happening? Thanks 🙏🏻
@alvarosabu seems fixed thanks!
No branches or pull requests
Describe the bug
Doing:
Expecting:
No recursive error
Happening:
recursive error because click handler is called again when ref is being used elsewhere in the canvas
Reproduction
https://stackblitz.com/edit/tresjs-basic-bskmaj?file=src%2Fcomponents%2FBox.vue
Steps to reproduce
Click on each of the boxes and check console
System Info
No response
Used Package Manager
npm
Code of Conduct
The text was updated successfully, but these errors were encountered: