Ryan Conceicao
Ryan Conceicao
Same issue, without transports: ['websocket'] it works. Edit: I switched to `[email protected]` and seems to be working.
Getting this error when connecting to cosmicpvp.com. Tried specifying the version to a lower number (1.9), but getting a `unexpected end of file` instead. Might be related to #462
Getting this error when using it like this ```javascript React.useEffect(() => { const unsubscribe = navigation.addListener('focus', () => { refetch(); }); return unsubscribe; }, [navigation]); ```
@toughdeveloper solution worked for me. However, when using it with custom components doesn't seem to work. I am trying to use it with `react-native-fast-image` anyone know how I should be...
> What is `SanitizedUserFields`? New to Drizzle, I'm testing right now a similar example and it works in both cases. I have tried without the `.returning()`, and the issue occurs...
I believe this is the same issue as [this](https://github.com/solidjs/solid/issues/2104). The recommendation is to instead use `Suspense` and `ErrorBoundary` ```tsx id: {user.id} name: {user.name} queryTime: {user.queryTime} { query.refetch(); }} > refetch...
To share some information to help trace this, it might be coming from [`unenv`](https://github.com/unjs/unenv/blob/7a9f230e9c74783647ab598796e7da66be854f0f/src/presets/node.ts#L6) which Nitro uses. [I've experienced similar behaviour](https://github.com/nitrojs/nitro/issues/2631) in build. You may consider doing this to circumvent...
> Where would I have to do this? vinxi.js? Vite plugin? In `app.config.ts`