Skip to content

Commit cdbb571

Browse files
committed
fix : transitionDuration require
1 parent 87ca12d commit cdbb571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shinyongjun/react-fullpage",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"source": "./src/index.tsx",

package/src/components/FullpageSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface IProps {
2424
isAutoHeight?: boolean;
2525
name?: string;
2626
topScrollOnChange?: boolean;
27-
transitionDuration: number;
27+
transitionDuration?: number;
2828
}
2929

3030
function FullpageSection({

0 commit comments

Comments
 (0)