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/upgrade-to-6.0.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,25 @@ The [panel](https://service-manual.nhs.uk/design-system/components/panel) compon
31
31
32
32
This replaces the [list panel component](#list-panel) which was removed in NHS.UK frontend v6.0.0.
33
33
34
+
### Support for React Server Components (RSC)
35
+
36
+
All components have been tested as React Server Components (RSC) but due to [multipart namespace component limitations](https://ivicabatinic.from.hr/posts/multipart-namespace-components-addressing-rsc-and-dot-notation-issues) an alternative syntax (without dot notation) can be used as a workaround:
0 commit comments