We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4101889 commit 21a625dCopy full SHA for 21a625d
src/lib/SendbirdProvider.migration.spec.tsx
@@ -2,7 +2,7 @@
2
import React from 'react';
3
import { render, renderHook, screen } from '@testing-library/react';
4
import SendbirdProvider, { SendbirdProviderProps } from './Sendbird';
5
-import useSendbirdStateContext from '../hooks/useSendbirdStateContext';
+import useSendbirdStateContext from './Sendbird/context/hooks/useSendbirdStateContext';
6
import { match } from 'ts-pattern';
7
import { DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT, DEFAULT_UPLOAD_SIZE_LIMIT } from '../utils/consts';
8
0 commit comments