You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
After package installation and configuration I tried to use the speedkitHydrate, but when I import it I got this error:
ERROR in ./node_modules/nuxt-speedkit/runtime/hydrate.mjs 8:9-27
Can't import the named export 'hydrateWhenVisible' from non EcmaScript module (only default export is available)
Reproduction
Install nuxt-speedkit and add basic configuration
Import speedkitHydrate in a page file
Expected behavior
There should be no error
Versions:
nuxt 2.15.8
nuxt-speedkit 2.2.2
The text was updated successfully, but these errors were encountered:
Description
After package installation and configuration I tried to use the
speedkitHydrate
, but when I import it I got this error:Reproduction
nuxt-speedkit
and add basic configurationspeedkitHydrate
in a page fileExpected behavior
There should be no error
Versions:
nuxt
2.15.8nuxt-speedkit
2.2.2The text was updated successfully, but these errors were encountered: