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 7eb4324 commit 51b3f61Copy full SHA for 51b3f61
.changeset/twelve-trains-lie.md
@@ -0,0 +1,5 @@
1
+---
2
+'react-image-previewer': patch
3
4
+
5
+Spelling mistake
packages/core/src/ui/SlideToolbar.tsx
@@ -25,7 +25,7 @@ export interface SlideItemProps extends OverlayRenderProps {
25
className?: string
26
}
27
28
-export const SildeArrowLeft: FC<SlideItemProps> = ({
+export const SlideArrowLeft: FC<SlideItemProps> = ({
29
index,
30
images,
31
loop,
@@ -119,7 +119,7 @@ export const SlideToolbarItemDefaultComponent: Record<
119
SlideToolbarKeys,
120
React.FC<OverlayRenderProps>
121
> = {
122
- arrowLeft: SildeArrowLeft,
+ arrowLeft: SlideArrowLeft,
123
arrowRight: SlideArrowRight,
124
countText: SlideCountText,
125
download: SlideDownload,
0 commit comments