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
since patch "Updates an error handler to expect updated @astrojs/lit behavior #3766" , the build version displays the component several times.
my-counter in framework-lit example has this behavior.
I think that build version of this example displays no hydrated version of this component and his hydrated version.
So it does not hydrate the existing component.
Could have sworn I opened an issue for this when fixing the urgent #3766 issue, but now I can't find it! Must have gotten lost on a background tab, thanks for opening this to track!
That's definitely an important one, we'll try to jump on this one quickly
after a few tries I noticed that everything works fine with astro 1.0.0-beta.46 and after upgrading to 47 the duplicates appear.
So it's one of the changes in version 47 that creates the duplicates.
We need to investigate this side.
What version of
astro
are you using?1.0.0 - beta.61
Are you using an SSR adapter? If so, which one?
none
What package manager are you using?
npm
What operating system are you using?
Windows
Describe the Bug
Hello,
since patch "Updates an error handler to expect updated @astrojs/lit behavior #3766" , the build version displays the component several times.
my-counter in framework-lit example has this behavior.
I think that build version of this example displays no hydrated version of this component and his hydrated version.
So it does not hydrate the existing component.
Thanks
Link to Minimal Reproducible Example
https://astro.new/framework-lit
Participation
The text was updated successfully, but these errors were encountered: