Skip to content

Commit

Permalink
test(Vite): add EmojiProvider to trigger dynamic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Aug 31, 2022
1 parent 8049472 commit 6413aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-react-frameworks/vite/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
ChannelHeader,
ChannelList,
Chat,
EmojiProvider,
MessageInput,
MessageList,
Thread,
Expand Down Expand Up @@ -53,6 +54,10 @@ const App = () => (
<ChannelList filters={filters} options={options} showChannelSearch sort={sort} />
<Channel>
<Window>
{/* @ts-ignore */}
<EmojiProvider value={{}}>
<h1>Test</h1>
</EmojiProvider>
<ChannelHeader />
<MessageList />
<MessageInput focus />
Expand Down

0 comments on commit 6413aa4

Please sign in to comment.