Skip to content

Commit

Permalink
fix(runtime): don't flag html tag with hydrate flag anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jan 17, 2025
1 parent 82fc857 commit d48d272
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/runtime/update-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,6 @@ export const forceUpdate = (ref: any) => {
};

export const appDidLoad = (who: string) => {
// on appload
// we have finish the first big initial render
if (BUILD.cssAnnotations) {
addHydratedFlag(doc.documentElement);
}
if (BUILD.asyncQueue) {
plt.$flags$ |= PLATFORM_FLAGS.appLoaded;
}
Expand Down

0 comments on commit d48d272

Please sign in to comment.