Skip to content

Update all demo code to import mobx functions from '@patternfly/react-topology' #308

@jeff-phillips-18

Description

@jeff-phillips-18

Describe the enhancement or change
Projects should import mobx functions from '@patternfly/react-topology' because we allow for different versions using:

// Configure MobX to isolate state, this allows for applications to use different versions of MobX
configure({ isolateGlobalState: true });

If the project has a different version, it is likely that topology components will not update on changes appropriately.

All demo code should use the exported version from PF topology to provide good examples and follow this practice.


Jira Issue: PF-3488

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Needs triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions