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 ef8b3d6 commit 5ba9ca0Copy full SHA for 5ba9ca0
src/PagerView.tsx
@@ -225,7 +225,7 @@ class PagerViewInternal extends React.Component<NativeProps> {
225
}
226
227
// Temporary solution. It should be removed once all things get fixed
228
-type PagerViewProps = Omit<NativeProps, 'useLegacy'> & { useNext: boolean };
+type PagerViewProps = Omit<NativeProps, 'useLegacy'> & { useNext?: boolean };
229
230
export const PagerView = React.forwardRef<PagerViewInternal, PagerViewProps>(
231
(props, ref) => {
0 commit comments