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(v3): change inject for composable to get component promise #324

Conversation

diegoazh
Copy link
Owner

The inject key can only be used on descendants, not on siblings. It's more accurate to use composables on the mounted hook.

Solve: #323

The inject key can only be used on descendants not in siblings. Composables on mounted hook are more accurate.

Solve: #323
@diegoazh diegoazh added enhancement Improve an existing functionality requested for the community fix labels Apr 24, 2024
@diegoazh diegoazh self-assigned this Apr 24, 2024
Copy link

update-docs bot commented Apr 24, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes.

@diegoazh diegoazh merged commit 6613c59 into master Apr 24, 2024
12 checks passed
@diegoazh diegoazh deleted the issue-323-Bug_GvmInfoWindow_components_are_not_removed_from_the_map branch April 24, 2024 21:42
github-actions bot pushed a commit that referenced this pull request Apr 24, 2024
## [2.1.2](gmv3_v2.1.1...gmv3_v2.1.2) (2024-04-24)

### Bug Fixes

* **v3:** change inject for composable to get component promise  ([#324](#324)) ([6613c59](6613c59)), closes [#323](#323)
@diegoazh
Copy link
Owner Author

🎉 This PR is included in version 2.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve an existing functionality requested for the community fix released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant