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

Destructuring into a store doesn't work since 3.26 #5449

Closed
hmt opened this issue Sep 23, 2020 · 3 comments · Fixed by #5452
Closed

Destructuring into a store doesn't work since 3.26 #5449

hmt opened this issue Sep 23, 2020 · 3 comments · Fixed by #5452

Comments

@hmt
Copy link
Contributor

hmt commented Sep 23, 2020

Describe the bug
Please look at the repl code to see what's going on.
I'm trying to destructure two properties into stores which fails for the second value. It works for the first though.

To Reproduce
https://svelte.dev/repl/ee374115fae74168916e62549aa751a9?version=3.26.0

Expected behavior
Destructuring works with as many peoperties as necessary

Information about your Svelte project:
This happens in FF80 and Electron 10

  • OS X

  • 3.26

  • Rollup

Severity
I could work around this issue

Additional context
3.25.1 works as expected

@antony
Copy link
Member

antony commented Sep 23, 2020

Looks like the values are in there, just not destructured - https://svelte.dev/repl/17214fd2d84c4a44a6322f790886ff4f?version=3.26.0

I feel like this relates to #5437 and #5412

@Conduitry
Copy link
Member

@hmt
Copy link
Contributor Author

hmt commented Sep 26, 2020

Thank you!

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

Successfully merging a pull request may close this issue.

3 participants