Nick Messing
Nick Messing
@mmeester That doesn't show how you are providing the default client. Somewhere you should have `provide(DefaultApolloClient, apolloClient)` in code. `useQuery` and `useLazyQuery` rely on `DefaultApolloClient` to be available (by using...
Why do you pass `fetchPolicy` to the `refetch`? `refetch` will always make a network call.
Thank you for report, will check asap.
I'm currently rewriting this plugin in nickmessing/jsx repo and it will attempt to mirror vue-template-compiler 1 on 1
I'm currently rewriting this plugin in nickmessing/jsx repo and it will attempt to mirror vue-template-compiler 1 on 1
Yep, sorry guys, I'll try to get https://github.com/vuejs/jsx done by the end of the week, will completely redo v-model and event modifiers and make that all a part of that...
@rhyek, are you sure? If JSX element is not a standard html/svg tag it's parsed as "component" and code looks like `this.model = $$v`, you can see it [here](https://astexplorer.net/#/gist/8d50962ad87058dac77013751bc8340e/ab53e4f5e6a14c50707e4d5e19e84969ec703eae)
If you'll ever meet this problem again can you please copy the code too? On 25 Aug. 2017 10:53 am, "Carlos Gonzales" wrote: > I am pretty sure I was...
@rhyek, yep, you are right, will fix it now
@rhyek, it can be that it compiles to `domPropsValue` instead of `value`