Code Monkey home page Code Monkey logo

Comments (4)

lukechu10 avatar lukechu10 commented on June 24, 2024 1

Ah this might be something to do with the interaction between async components and reactive context. The error message seems to point out that there is no current_node set in Root when we are inside an async scope. I'll have to look more into this.

from sycamore.

jhartma avatar jhartma commented on June 24, 2024

The problem seems to be the Rc wrapper, once I move use_context out of it, it works

from sycamore.

lukechu10 avatar lukechu10 commented on June 24, 2024

Oh I just realised are you calling login in an event handler? If that's the case, this would be expected behaviour. Event handlers are called at the root scope where the context is not defined, thereby causing the error. The way to solve this would be to hoist the use_context out of the event handler.

from sycamore.

jhartma avatar jhartma commented on June 24, 2024

Thanks for clarifying this!

In the 0.8.2 version, I used a global state struct that had many methods that needed a handle on the state struct itself, and since context was available everywhere, I pulled in the state via use_context. But since actions where called by an event handler, I got this error all over the place when updating to 0.9.0-beta.2. Using use_context only in components and passing the state around solved it finally.

from sycamore.

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.