Victor

Results 18 comments of Victor

Looks like I have something similar. If I setup fetch-policy to `no-cache` in createApolloClient, the cache still will work. It won't send the second query. But if I set it...

Also I'm not sure but I cannot access passed params to dynamic modals. Here is the event handler: ``` import { VueFinalModal } from 'vue-final-modal' export default { components: {...

Any update on this? In VueJS I was able to fix the first focus (when we click on the PopoverButton) by using this: ``` const onPopoverClick = async () =>...