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
The problem Previous changes related to only using enhance mean that I've lost the reference to the viewModel.
enhance
The solution Walk the nodes that have been created and find the viewModel via the controller on the HTMLElement. (access the au property)
au
The text was updated successfully, but these errors were encountered:
fix(view-model): add logic to get viewModel from components that are …
0947db9
…NOT @containerless and add tests Fixes #13
0245343
…NOT @containerless and add tests (#14) Fixes #13
🎉 This issue has been resolved in version 0.3.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
silbinarywolf
Successfully merging a pull request may close this issue.
The problem
Previous changes related to only using
enhance
mean that I've lost the reference to the viewModel.The solution
Walk the nodes that have been created and find the viewModel via the controller on the HTMLElement. (access the
au
property)The text was updated successfully, but these errors were encountered: