Victor
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...
+1, have the same issue
+1 didn't work for me
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 () =>...
Same here, cannot use it as a plugin