svelte-scroller
svelte-scroller copied to clipboard
A <Scroller> component for Svelte apps
I got this error when opening the live demo in the REPL: ```Guard is not defined``` Tested using Chrome 78 and MacOS 10.14.6 
Example: I have a fixed located div into the page and I whant to show a list of intems into and I want to know the "active" one. ``` .mycontainer...
For github syntax highlighting
I'm trying to use svelte-scroller following the README instructions with Sapper 0.13.0 and the sapper-template. Unfortunately I got the following error: `UnhandledPromiseRejectionWarning: TypeError: _sveltejs_svelte_scroller__WEBPACK_IMPORTED_MODULE_1___default.a._render is not a function` Please, can...