Results 2 comments of ThisNameWasTaken

Here is how I kept scrolling through a list for lazy loaded products untill the crawler reached the bottom of the page. I hope this helps :) ```js const productCrawler...

It looks like you can pass dependencies to the `useModal` hook like this: ```js useModal( () => ..., [dependency1, dependency2, ...] ); ``` Here is something that worked for me:...