Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 0be7acd

Browse files
author
Emanuel Suriano
committed
chore: fix types
1 parent 44d705c commit 0be7acd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-scroll-section/src/context.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ const DEFAULT_CONTEXT: ScrollContextType = {
2121
registerRef: () => null,
2222
unregisterRef: () => {},
2323
scrollTo: () => {},
24-
refs: {},
25-
meta: {},
24+
sections: [],
2625
selected: '',
2726
};
2827

0 commit comments

Comments
 (0)