We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801341d commit 7b17f44Copy full SHA for 7b17f44
__tests__/html/fluentTheme/withCustomDecorator.html
@@ -65,11 +65,12 @@
65
);
66
67
render(
68
- <FluentThemeProvider>
69
- <DecoratorComposer middleware={decoratorMiddleware}>
+ // We need to rethink if <DecoratorComposer> should be the top-level component. Or should we introduce something else.
+ <DecoratorComposer middleware={decoratorMiddleware}>
70
+ <FluentThemeProvider>
71
<App />
- </DecoratorComposer>
72
- </FluentThemeProvider>,
+ </FluentThemeProvider>
73
+ </DecoratorComposer>,
74
document.getElementById('webchat')
75
76
0 commit comments