Phil Pluckthun
Phil Pluckthun
@yurks I don't want to sound too harsh, but please don't comment assuming that something that's been required is there for no reason 😅❤️ This is relevant for `useClientHandle`, which,...
Feel free to browse past issues and discussions regarding this topic. The function instantiates in component setup functions, but is then meant to assist with contexts that are outside of...
@unbelivr: Just to clarify, the range of the dependency is "open" i.e. we're not locked to a specific version in `@expo/cli` and a regular update of this transitive dependency will...
This does reproduce in the original issue's reproductions. [The first one](https://github.com/Arctomachine/expo-monorepo-bug) can be resolved by upgrading to SDK 52, due to monorepo fixes and auto-detection changes. (`EXPO_USE_METRO_WORKSPACE_ROOT` is the default...
The problems here are several layers deep. We unfortunately don't use Vue or `@urql/vue` ourselves in any projects. This means that testing these changes manually, whenever large changes are made,...
Gotcha! Unfortunately, my main problem is that the ref logic is hard for me to get back into. There's a lot of edge cases, and it's on me that I...
Ah, I remember this better now. I believe my initial impression here was the same re. the solutions you're mentioning. My main question (as someone who hasn't used Vue since...
The major version is bumped by a parallel change so I didn't point it out. But this will be released as a major bump.
Hiya, thanks for sending a PR. However, this isn't necessarily as simple as searching `references` for a matching plugin entry because of monorepos. The problem is that we basically would...
If you just want a quick solution, adding the plugin to the `tsconfig.json`, although it otherwise is just an "empty reference" in some setups will still work. What I meant...