Skip to content

Commit

Permalink
Merge pull request #7 from rollthecloudinc/tz-2-forms-demo-panel-page…
Browse files Browse the repository at this point in the history
…-rendering-twice

[tz-2] Try to apply skipping hydration to app root to quick fix dupli…
  • Loading branch information
ng-druid authored Jul 13, 2024
2 parents 8f88879 + f2acac8 commit 7091366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/spear/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<script type="text/javascript">var bridge;</script>
</head>
<body>
<app-root></app-root>
<app-root ngSkipHydration></app-root>
</body>
</html>

0 comments on commit 7091366

Please sign in to comment.