Vsevolod Fedorov
Vsevolod Fedorov
Hope this will be merged soon. Import problem with types error still exist
> @johnsoncodehk while props with a discriminator work now in the playground (e.g. `color` in the example above), two different props as [in my comment](https://github.com/vuejs/core/issues/8952#issuecomment-1672978072) are still not possible as...
I have the same problem as @tjl-jg. Here is a minimal reproduction by the way: https://github.com/Sengulair/clerk-nextjs-app-issue/commit/f7a29db4ce18ac149714b72f91afff578ddeb677 It still appears on the 5.0.1 version. Do we have some workaround for that...
@panteliselef I've updated the reproduction to 5.0.4. Still failing with the same errors
@panteliselef Tested with 5.0.6 and seems the problem is resolved.
Same error for me on iOS. I also used `expo-image-picker` to get the path to the photo and call `openCropper` with this path. I've tried debugging the process, and it...
Have the same problem. I wanted to have a store with a user and their role that will use `useQuery` to use it inside the `beforeEach` guard of the router...