Code Monkey home page Code Monkey logo

Comments (5)

xiao-hu avatar xiao-hu commented on May 20, 2024

It turns out that the issue is caused by the extra loadables created by step 2 to 4 (import importedComponents from 'src/imported';).
These extra loadables load the same chunks as these created by importedComponent do. But they have separate loading status. rehydrateMarks loads the chunks using one loadable and the other loadable with outdated loading status still thought the chunks are not loaded. Hence the issue.

Removing step 2 to step 4 fixes the issue. Everything works well so far. Not sure if it has side effects that I haven't noticed yet.

from react-imported-component.

theKashey avatar theKashey commented on May 20, 2024

Something is wrong with a loading tracking. Strange, it was checked so many times.

from react-imported-component.

theKashey avatar theKashey commented on May 20, 2024

Does #52 solved your issue?

from react-imported-component.

theKashey avatar theKashey commented on May 20, 2024

These extra loadables load the same chunks as these created by importedComponent do.

Fixed in 5.3.0. It was tracking only one loadable per one module.

from react-imported-component.

xiao-hu avatar xiao-hu commented on May 20, 2024

Thanks!. Verified that the issues are fixed. Closing...

Does #52 solved your issue?

It solves the printDrainHydrateMarks returns empty array issue.

Something is wrong with a loading tracking. Strange, it was checked so many times.

Looks like it's time to improve the tests to better cover it :) .

from react-imported-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.