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 2f3ffdc commit bdf24bbCopy full SHA for bdf24bb
src/Pagination.tsx
@@ -81,7 +81,7 @@ const Pagination: React.FC<PaginationProps> = (props) => {
81
);
82
83
const [internalCurrent, setCurrent] = useControlledState<number>(
84
- defaultCurrent || 1,
+ defaultCurrent,
85
currentProp,
86
87
0 commit comments