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 4983a43 commit 78ce17aCopy full SHA for 78ce17a
package/src/components/ImageGallery/components/__tests__/ImageGalleryHeader.test.tsx
@@ -15,7 +15,7 @@ import { generateMessage } from '../../../../mock-builders/generator/message';
15
import { ImageGalleryStateStore } from '../../../../state-store/image-gallery-state-store';
16
import { ImageGalleryHeader } from '../ImageGalleryHeader';
17
18
-const ImageGalleryComponentWrapper = ({ children }: PropsWithChildren<{}>) => {
+const ImageGalleryComponentWrapper = ({ children }: PropsWithChildren) => {
19
const initialImageGalleryStateStore = new ImageGalleryStateStore();
20
const attachment = generateImageAttachment();
21
initialImageGalleryStateStore.openImageGallery({
0 commit comments