We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3845e02 commit 3aa164cCopy full SHA for 3aa164c
packages/dev/docs/pages/react-spectrum/ssr.mdx
@@ -81,6 +81,7 @@ const withTM = require("next-transpile-modules")([
81
"@react-spectrum/label",
82
"@react-spectrum/layout",
83
"@react-spectrum/link",
84
+ "@react-spectrum/list",
85
"@react-spectrum/listbox",
86
"@react-spectrum/menu",
87
"@react-spectrum/meter",
@@ -104,6 +105,7 @@ const withTM = require("next-transpile-modules")([
104
105
"@react-spectrum/tooltip",
106
"@react-spectrum/view",
107
"@react-spectrum/well",
108
+ "@spectrum-icons/illustrations",
109
"@spectrum-icons/ui",
110
"@spectrum-icons/workflow"
111
]);
0 commit comments