Skip to content

Commit 74ac049

Browse files
committed
fixed a type declaration bug
1 parent d48d886 commit 74ac049

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dist/react-scrollsy.es.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ const _ = (e, n) => {
263263
children: e
264264
});
265265
}, X = ({ children: e, scrollThrottle: n, scrollingElement: i, resizeThrottle: r }) => {
266-
const [t, o] = p(!1), [s, u] = p(void 0);
267-
console.log(i);
268-
const c = E({
266+
const [t, o] = p(!1), [s, u] = p(void 0), c = E({
269267
scrollData: {
270268
scrollTop: 0,
271269
scrollHeight: 0,

dist/react-scrollsy.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)