i found it working fine but lack of trigger function from call first scroll example setup. each time: the router's id changes.
This is a reset component issue. Similar is an Identity problem. using Identity but not working in my case. When reloading the component with f5 from the browser, it doesn't automatically fire the component with firstLoad. So I need a trigger call from watch route.params.slug=> refetchData.
Like triggering infinite scroll loading from setup with watch(()=> route.params.slug,Active-Scroll-Loading).
I have this piece of code but f5 it doesn't run firstLoad.
i found it working fine but lack of trigger function from call first scroll example setup. each time: the router's id changes. This is a reset component issue. Similar is an Identity problem. using Identity but not working in my case. When reloading the component with f5 from the browser, it doesn't automatically fire the component with firstLoad. So I need a trigger call from watch route.params.slug=> refetchData.
Like triggering infinite scroll loading from setup with watch(()=> route.params.slug,Active-Scroll-Loading).
I have this piece of code but f5 it doesn't run firstLoad.
`
`