Replies: 1 comment 2 replies
-
Hey @Diapolo10, |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm migrating a project from FluentUI v8 to v9, and in the process I've switched a
Pivot
component to aTabList
. The result looks and works fine in the actual UI, but this change broke our tests somehow. Previously the component only used a certain thunk once, but if any Tab or TabList components are in use, this suddenly spikes to a consistent 120 thunk calls.I don't really know what could have caused this, as even a completely empty
TabView
triggers the problem. If I change it to an emptydiv
, this issue vanishes. Nothing else in the code has changed.For reference, here's the old component
and here's the current version:
Do you have any suggestions for what might have gone wrong, and how best to fix it?
Beta Was this translation helpful? Give feedback.
All reactions