-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: vue, lifecycle hooks not fired with vue 3.2 setup #23824
Comments
Thanks for the issue. This looks like an incompatibility with the new |
@liamdebeasi I tried in setup function in normal component and same issue, but I didn't try in component custom propriety |
any progress? because the router cache, it looks like disaster, because when you just need open one page, it open five visited for you... go(-1)/replace / back not clear the cache. |
Any update on this? My app is having really wonky behavior similar to the comment above me. Vue recommends |
Hi, I will make a small change try fix this. |
Thanks for the issue. This has been resolved via #24253, and a fix will be available in an upcoming release of Ionic Framework. Big thanks to @snowwolfjay for creating the fix! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prequisites
Ionic Framework Version
Current Behavior
This code in component is never trigger :
Expected Behavior
this should be triggered during routing
Steps to Reproduce
you can clone : https://github.com/riderx/ionicv6-beta-vue-vite
yarn
and
yarn dev
Code Reproduction URL
https://github.com/riderx/ionicv6-beta-vue-vite
Ionic Info
Ionic:
Ionic CLI : 6.17.0
Utility:
cordova-res (update available: 0.15.3) : 0.15.2
native-run : 1.4.0
System:
NodeJS : v16.7.0
npm : 7.20.3
OS : macOS Monterey
Additional Information
No response
The text was updated successfully, but these errors were encountered: