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
https://svelte.dev/repl/ed57d9ae519a489887ab88bb53b6906e throws "Cannot set property 'mutated' of undefined" on > 3.12.1. I assume this is the result of the big structured code generation restructuring (props, btw)!
Severity: you can always just bind to data[key].value instead of object.value, but the error did throw me for a loop.
data[key].value
object.value
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://svelte.dev/repl/ed57d9ae519a489887ab88bb53b6906e throws "Cannot set property 'mutated' of undefined" on > 3.12.1. I assume this is the result of the big structured code generation restructuring (props, btw)!
Severity: you can always just bind to
data[key].value
instead ofobject.value
, but the error did throw me for a loop.The text was updated successfully, but these errors were encountered: