Nithin rao

Results 8 comments of Nithin rao

Im having the same issue.

Hi @smkhalsa, Any updates on this?

Hi @smkhalsa, thank you for your response. If it returned the latest data, it would have been fine, but the response.data is null. But when I close the existing subscription...

Hi @smkhalsa, My Current Workaround for sending cache data along with link exception is by enriching the response with cache data in the event of link exception. ``` case FetchPolicy.CacheAndNetwork:...

Hi @agent3bood, any updates or insights on what's causing the issue?

Hi, Thank you for reaching back. If this is an obsolete way of intercepting the page fault handler, I would like to know what would be the right way to...

With the new changes in Next.js 13, there is no way to pass the data through Layout Components. To migrate providers in _app.tsx/ts/js, you can follow this guide [Link](https://beta.nextjs.org/docs/rendering/server-and-client-components#rendering-third-party-context-providers-in-server-components). Another...