Skip to content

Commit

Permalink
fixed a type declaration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
olarsson committed Nov 21, 2023
1 parent d48d886 commit 74ac049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions dist/react-scrollsy.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,7 @@ const _ = (e, n) => {
children: e
});
}, X = ({ children: e, scrollThrottle: n, scrollingElement: i, resizeThrottle: r }) => {
const [t, o] = p(!1), [s, u] = p(void 0);
console.log(i);
const c = E({
const [t, o] = p(!1), [s, u] = p(void 0), c = E({
scrollData: {
scrollTop: 0,
scrollHeight: 0,
Expand Down
2 changes: 1 addition & 1 deletion dist/react-scrollsy.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74ac049

Please sign in to comment.