Closed invincibleJai closed 1 year ago
This is an application issue with pulling in multiple versions of d3-selection
. Currently we use D3 version 5 which pulls in d3-selection version 1. You are pulling in d3-selection version 3. These versions are quite different and it will take some time to upgrade PF react-topology to version 3.
Fixed by #59
:tada: This issue has been resolved in version 5.0.0-alpha.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 5.0.0-prerelease.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Describe the problem Getting console error on node click in topology view in the backstage instance, this happens likely as there are different versions of d3 and its dependencies i.e d3-selection library is present with 3.0.0 and pf react-topology has 1.4.2
How do you reproduce the problem?
a70889f3304125368e948f15a87f67ae84ab296e
)error is shown below
Expected behavior No error should be shown
Is this issue blocking you? List the workaround if there is one.
Screenshots If applicable, add screenshots to help explain the issue.
What is your environment?
"@patternfly/react-topology": "4.93.4",