Using dynamic styling to render Tree deeper than 10 levels. #30957
Unanswered
jikim-msft
asked this question in
Q&A
Replies: 1 comment
-
The error shown seems to be happening on an event and does not seem to be related to inline styles. Is there a way you could share a codepen, codesandbox or stackblitz with a minimal repro for us to better understand what's happening here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Inline Styling Official Doc
FluidFramework is using
Fluent v9/tree
to visualize data structures in its developer tools.Current Design
children
props & customheader
component to theTreeItem
componentchildren
props is then wrapped by theTreeItem
componentheader
is wrapped by theTreeItemLayout
component.Current Code
@fluentui/react-components: 9.19.1
For more detail: Visit Here
Objective
Changed Code
@fluentui/react-components: 9.47.3
TreeView.tsx
stays the same.Error
TL;DR
How can I correctly apply the dynamic styling (in order to support nested styling for 10+ tree items), when I am passing separate children and header props to the
TreeItem
component?Beta Was this translation helpful? Give feedback.
All reactions