Giter VIP home page Giter VIP logo

Comments (6)

ctrlplusb avatar ctrlplusb commented on September 10, 2024 2

Fixed in the alpha release. 😊

from react-async-component.

ctrlplusb avatar ctrlplusb commented on September 10, 2024 1

Hey @cpeddecord

Sorry just a quick one from me, but hopefully this helps.

I think this may be a side effect of you dynamically creating async component instances. Try lifting your createAsyncComponent(... calls to a place where they are statically bound, i.e. outside of the body of a function.

Internally I have to try and keep some sort of identifier going so that I can know which async component instances get rendered. With dynamic creation this number will keep ticking and I won't be able to marry up the instances for the resulting render within the withAsyncComponents handler.

from react-async-component.

cpeddecord avatar cpeddecord commented on September 10, 2024

@ctrlplusb thanks for the note! I'll give it a try and see if I can't get it working :)

from react-async-component.

ctrlplusb avatar ctrlplusb commented on September 10, 2024

Hey @cpeddecord

I have been working on a new version of this lib and during the refactor I think I may have spotted a bug that could lead to the behaviour you described. I think I have it fixed in the next branch. Don't use this branch yet though as it is in active development. But I thought I would let you know in the interim.

from react-async-component.

cpeddecord avatar cpeddecord commented on September 10, 2024

@ctrlplusb yaay

from react-async-component.

ctrlplusb avatar ctrlplusb commented on September 10, 2024

A word of warning though, don't use as of yet. I am still doing the rounds on it. :)

from react-async-component.

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.