-
Notifications
You must be signed in to change notification settings - Fork 6
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
Move away from internals - use the new native hydrate API #91
Comments
It was patched in 3.5.3 but we'll need to start working on moving away from the internals and to the new API, leaving it open to track this instead |
As I faced with a new VUE 3.5 API it doesn't work as I need. |
Please see nuxt/nuxt#26468 Which will eventually replace this package |
I think can't, because with these changes:
lazy load+ lazy hydration versus lazy hydration only (Vue 3.5) |
This lib is only for lazy hydration, for lazy load of a component you need to do that yourself with a |
Since vuejs/core#11458
Using the component will throw an error __asyncHydrate is not a function (because vue thinks it's a suspense component but the new internal is missing and Vue doesn't explicitly check it)
Since they now provide a native way to do lazy hydration. Maybe this component should be rewritten to be a wrapper around the new api
The text was updated successfully, but these errors were encountered: