ShoeBoom
ShoeBoom
Possibly either missing directory or permissions issue what does your config look like?
> In my opinion `openapi-react-query` should be just thin wrapper around `react-query` providing type safety. I agree, but would it be possible to include a thin wrapper over setQueryData that...
~~I did some limited testing and it seems like it works correctly when setting `init` and then getting the metadata after the item def is run https://wxt.dev/storage.html#default-values.~~ edit: nevermind this...
Another option is to use models.dev from the opencode people. Github: https://github.com/sst/models.dev ``` curl https://models.dev/api.json ```
Anyone manage to fix this on the dev client? #36829 is only updating expo go
@brentvatne I ended up fixing it by - setting `edgeToEdgeEnabled: true` in app.json - installing react native edge to edge - Replacing Expo router's Status bar with react native edge...
Still seeing issue ```ts const config = defineConfig({ plugins: [ devtools(), nitro(), // this is the plugin that enables path aliases viteTsConfigPaths({ projects: ['./tsconfig.json'], }), tailwindcss(), tanstackStart({ spa: { enabled:...