Datagrid NestedRows extension crashes in SSR #4203
Labels
component: Datagrid
type: bug 🐛
Something isn't working
version: 1
Carbon 10 / v1
version: 2
Carbon 11 / v2
What package(s) are you using?
Detailed description
When doing server-side rendering of Datagrid with the nested rows extension (useNestedRows), the server crashes with the following error:
The extension references
document
which is not available on server side.https://github.com/carbon-design-system/ibm-products/blob/main_v1/packages/ibm-products/src/components/Datagrid/useNestedRowExpander.js#L27
Steps to reproduce the issue
useNestedRows
on server sideThe text was updated successfully, but these errors were encountered: