Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependencies between Dash components #2105

Merged
merged 4 commits into from
Nov 2, 2022

Commits on Jun 23, 2022

  1. Fix dependencies between Dash components

    I have a dash-component1 that depends on react-lib1. I also have dash-component2, which depends on react-lib1 and dash-component1. Dash-component2 is a plugin to dash-component1.
    Since ComponentRegistry.registry is an unordered set, the dash components added to it may not be in the order in which they were added to it.
    I need to load scripts (dash components) in the order in which they were imported.
    pikhovkin authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    433382e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    e2f93a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da455f View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    T4rk1n committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    0b711e7 View commit details
    Browse the repository at this point in the history