Skip to content

Commit 7b17f44

Browse files
committed
Flip order
1 parent 801341d commit 7b17f44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

__tests__/html/fluentTheme/withCustomDecorator.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@
6565
);
6666

6767
render(
68-
<FluentThemeProvider>
69-
<DecoratorComposer middleware={decoratorMiddleware}>
68+
// We need to rethink if <DecoratorComposer> should be the top-level component. Or should we introduce something else.
69+
<DecoratorComposer middleware={decoratorMiddleware}>
70+
<FluentThemeProvider>
7071
<App />
71-
</DecoratorComposer>
72-
</FluentThemeProvider>,
72+
</FluentThemeProvider>
73+
</DecoratorComposer>,
7374
document.getElementById('webchat')
7475
);
7576

0 commit comments

Comments
 (0)