Skip to content
New issue

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

Regression: cannot bind to Object.values object properties in #each block #3992

Closed
njbotkin opened this issue Nov 25, 2019 · 0 comments · Fixed by #3996
Closed

Regression: cannot bind to Object.values object properties in #each block #3992

njbotkin opened this issue Nov 25, 2019 · 0 comments · Fixed by #3996
Labels

Comments

@njbotkin
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants