Micro Frontends shared theme provider #30477
Unanswered
anhcuong203
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi guys,
I'm using Fluent React Components V9 with micro-frontend architecture. Most components work smoothly. But, I have some problems with components these create element outside the provider div (.fui-FluentProvider) such as OverlayDrawer. The created element didn't have provider classname, so, styles were not applied. If I use InlineDrawer, the layer created inside, styles applied and it's so nice.
Overlay of Remote when using in Host

Overlay imported directly from fluentui package in Host

So, is there any way to push lost classname into that overlay?
Beta Was this translation helpful? Give feedback.
All reactions