modernweb-dev / rocket

The modern web setup for static sites with a sprinkle of JavaScript
https://rocket.modern-web.dev
MIT License
366 stars 51 forks source link

Hydration starter not hydrating #457

Open pyrossh opened 1 year ago

pyrossh commented 1 year ago

Installed the started using this command, 🚀 Rocket Engine v0.2.7

npx @rocket/create@latest --template 01-hydration-starter

and this is there error I get in the console. The SSR/SSG works fine though.

Screenshot 2023-06-28 at 12 19 54 AM

Didn't work in Chromium 113 and Safari

web-padawan commented 5 months ago

Tried to use 51-docs-theme-launch template and getting the same error. Could it be caused by incorrect Lit version?

UPD: pinned Lit dependencies using Yarn resolutions and the error (e.g. of rocket-search on focus) is fixed:

  "resolutions": {
    "lit-element": "3.3.3",
    "lit-html": "2.5.0",
    "lit": "2.5.0"
  },