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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Inline Styling Official Doc
FluidFramework is using
Fluent v9/treeto visualize data structures in its developer tools.Current Design
childrenprops & customheadercomponent to theTreeItemcomponentchildrenprops is then wrapped by theTreeItemcomponentheaderis wrapped by theTreeItemLayoutcomponent.Current Code
@fluentui/react-components: 9.19.1For more detail: Visit Here
Objective
Changed Code
@fluentui/react-components: 9.47.3TreeView.tsxstays 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
TreeItemcomponent?Beta Was this translation helpful? Give feedback.
All reactions