Jesse Niininen

Results 70 comments of Jesse Niininen

Okay one more update. I finally managed to get rid of the error by finding all the places where I expanded pageProps and manually copying `preloadedQuery` to the new props...

I'll still have to get back to updating it probably this week. I assume my current client side issues are possibly caused by the same thing. Assuming that's the case...

Just for some context, as of my understanding the error was already removed in 2022. See: https://github.com/facebook/react/pull/25692 > The big change here is that we consider this a bug of...

I thought I was smart by using builder instead of writing my Cache-Control manually to avoid small typos and wasted time. But wasted a lot time because of this :laughing:...

I've found it simpler to just to call `serverSideTranslations` in `getInitialProps` and then "cache" it with `useState` in `_app` so that we don't lose translations when navigating. This simple solution...

Any workarounds? :thinking: It's not very viable to use this library without dynamic sitemaps and AFAIK there's no valid way to use dynamic sitemaps with this lib because of this...

Can this issue be reopened? As far as I can see `next-sitemap` cannot create valid dynamic sitemaps at all so seems like pretty major issue to me. And even the...

Fails `Expect` test because it strips away already existing readonly modifier from `title`.

ChannelWrapper will be created before your setup function is called for the first time. This means you can use channelWrapper inside the setup function if you need to.

Relay specific stuff doesn't seem to work at least. with that setup. `Unknown directive "@refetchable".GraphQL: Validation`