Kristupas Stumbrys

Results 3 comments of Kristupas Stumbrys

> Will work on the missing FKs support right after this is merged and released. [Its done!](https://github.com/knex/knex/pull/4162#issuecomment-751377981) > Released in 0.21.15

I think the issue is not the `snapTo` itself, but rather something to do with component being re-rendered. If you called `snapTo` from some button directly (and not listening to...

I just found a way to do it out of the box. ```typescript const Tabs = () => { const [pageIndex, setPageIndex] = useState(0); let viewPager; const tabsRef = node...