Yurk Sha

Results 16 comments of Yurk Sha

just similar implementation with no extra deps #101

Description updated, code has mistake, thank you. And if we take care of jquery < 1.7 we should use .delegate(), as it not deprecated and just an alias for .on()...

try this https://github.com/sgress454/sails-hook-autoreload/pull/87

@negezor, https://github.com/urql-graphql/urql/pull/3612 completely breaks reactivity support for variables, like `{ variables: { somevar: ref('value') }}`, as `reactive()` unwraps all nested reactive props

@JoviDeCroock @negezor this issue should be resolved in https://github.com/urql-graphql/urql/pull/3619 without side-effects

That's an issue with `@urql/vue`, which was [fixed][1] and released with [v1.2.2][2]. So, all you need is update your project dependency to `@urql/[email protected]` [1]: https://github.com/urql-graphql/urql/pull/3605 [2]: https://github.com/urql-graphql/urql/releases/tag/%40urql%2Fvue%401.2.2

@rstoenescu but preview could be run with another mode, like `vite preview --mode staging`, and current implementation will fail as well. And yes, I forgot about preview ;) It looks...

we don't need to stop watchers explicitly, as [watcher automatically stopped when the owner component is unmounted](https://vuejs.org/guide/essentials/watchers.html#stopping-a-watcher)

@kitten I have no doubt that there **was** a strong reason for using this particular code. But I can see also `useClient()` in deeper usage, which is using `getCurrentInstance()` and...