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

fix(vue3): migrate refs array #1534

Merged
merged 1 commit into from
Jan 4, 2022
Merged

fix(vue3): migrate refs array #1534

merged 1 commit into from
Jan 4, 2022

Conversation

gnuletik
Copy link

@gnuletik gnuletik commented Oct 30, 2021

see https://v3.vuejs.org/guide/migration/array-refs.html#migration-strategy

Fixes Invalid attempt to spread non-iterable instance error when :

  • instantiating a vue-select component with multiple
  • selecting an option
  • opening dropdown

Related to #1251

@sagalbot sagalbot merged commit 484a7b4 into sagalbot:beta Jan 4, 2022
@sagalbot
Copy link
Owner

sagalbot commented Jan 4, 2022

Sorry for the delay getting this in. I couldn't have asked for a better PR, thanks!

@github-actions
Copy link

github-actions bot commented Jan 4, 2022

🎉 This PR is included in version 4.0.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gnuletik
Copy link
Author

gnuletik commented Jan 4, 2022

Thanks for the release!

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

Successfully merging this pull request may close these issues.

2 participants