Skip to content

Commit 3aa164c

Browse files
authored
Add @react-spectrum/list and @spectrum-icons/illustrations to SSR config docs (#3465)
1 parent 3845e02 commit 3aa164c

File tree

1 file changed

+2
-0
lines changed
  • packages/dev/docs/pages/react-spectrum

1 file changed

+2
-0
lines changed

packages/dev/docs/pages/react-spectrum/ssr.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ const withTM = require("next-transpile-modules")([
8181
"@react-spectrum/label",
8282
"@react-spectrum/layout",
8383
"@react-spectrum/link",
84+
"@react-spectrum/list",
8485
"@react-spectrum/listbox",
8586
"@react-spectrum/menu",
8687
"@react-spectrum/meter",
@@ -104,6 +105,7 @@ const withTM = require("next-transpile-modules")([
104105
"@react-spectrum/tooltip",
105106
"@react-spectrum/view",
106107
"@react-spectrum/well",
108+
"@spectrum-icons/illustrations",
107109
"@spectrum-icons/ui",
108110
"@spectrum-icons/workflow"
109111
]);

0 commit comments

Comments
 (0)