Code Monkey home page Code Monkey logo

Comments (1)

BierDav avatar BierDav commented on September 26, 2024

Hi guys,
I have news. I have solved the first issue with Cannot access 'refetch' before ... in this pr #7528

And the second error was due to the fact that I put the ErrorBoundary inside of Suspend and not the other way around. This caused the ErrorBoundary to be rendered on the server, but on the client the query was in loading state and therefore suspending the Suspend-Boundary which in the end resulted in the ErrorBoundary not beeing initially rendered on the client. This was obviously only the case if the query didn't finish before hydration reaches the Suspend-Boundary which it didn't with the timeout.

I think we should add some documentation for this problem, because it's a 50/50 chance in which order you place the boundaries and many unexperienced developers don't understand how these concepts work behind the scenes which makes it hard for them to find a solution for the problem even though it would be so easy to fix.

from query.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.