Skip to content

1.0.3

Compare
Choose a tag to compare
@ganderzz ganderzz released this 19 Nov 19:07
· 212 commits to master since this release
20605d7
  • (Breaking Change): Move scroll function from returning a function, to invoking itself. This means instead of calling onClick={scroll(0, 0)} it will change to onClick={() => scroll(0, 0) }. This will reduce complexity if more actions need to be performed inside of the onClick handler.