vue3-lazy-hydration
vue3-lazy-hydration copied to clipboard
Move away from internals - use the new native hydrate API
Since https://github.com/vuejs/core/pull/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