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
Copy file name to clipboardExpand all lines: docs/front-end/web-components.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ As with all programming models, there are some gotchas that the team has encount
72
72
- To prevent a11y failures, signifacant expertise might be needed
73
73
74
74
- double-registration errors when bundling modules. we recommend using a global import map for each page
75
-
-<abbrtitle="Server-side Rendering">SSR</abbr> gotchas. When using the `lit-ssr` library to generate [declarative shadow DOM templates](https://web.dev/articles/declarative-shadow-dom), hydration mismatches when client initial state differs from server rendered state can be difficult to recover from.
75
+
- Server-side Rendering (SSR) gotchas. When using the `lit-ssr` library to generate [declarative shadow DOM templates](https://web.dev/articles/declarative-shadow-dom), hydration mismatches when client initial state differs from server rendered state can be difficult to recover from.
76
76
- shadow DOM can be a double edged sword. Teams which are unused to it may find it difficult to work with at first
0 commit comments