Ali Idrizi

Results 9 comments of Ali Idrizi

Having the same issue here. Did you figure it out?

@klentdiamond In my case the problem was that the swiper's parent had a `display: none` style and I was only showing it when necessary. As stated [here ](https://github.com/nolimits4web/swiper/issues/2276) by the...

> When queries are in restoring state, they should also be in pending state. That's what I was thinking too, but as you can see from the logs, the data...

Since `isRestoring` has [true as initialState](https://github.com/TanStack/query/blob/main/packages/react-query-persist-client/src/PersistQueryClientProvider.tsx#L24) (so it's `true` during server rendering), means the server never returns any HTML. That would certainly solve the hydration errors, but it's not really...

An even weirder thing, if you look at the entire logs in the linked repo: ``` not in suspense {status: 'pending', data: undefined, isRestoring: true} not in suspense {status: 'success',...

I have to host the font on my own because Google specifies `unicode-range` in their CSS and I cannot use any other characters except Latin ones.

Nope, still nothing. It doesn't even call the `.next()` after `setTranslation`, nothing shows in the console. Here is a [Plunker](http://plnkr.co/edit/UVVFgLmcbF8VZF2AViJX) demo