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

Backstage 1.23.4 breaks Harbor Plugin UI widget #269

Open
georgblumenschein opened this issue Mar 7, 2024 · 0 comments
Open

Backstage 1.23.4 breaks Harbor Plugin UI widget #269

georgblumenschein opened this issue Mar 7, 2024 · 0 comments

Comments

@georgblumenschein
Copy link
Contributor

Problem

The harbor widget does not render anymore after a update of Backstage to 1.23.4

Error

TypeError: at.pointer.transition is not a function

    at kt (https://backstage.internal.dynatrace.com/static/9033.18396d5b.chunk.js:32:90288)

    at lt.value (https://backstage.internal.dynatrace.com/static/9033.18396d5b.chunk.js:32:99857)

    at lt.value (https://backstage.internal.dynatrace.com/static/9033.18396d5b.chunk.js:32:99409)

    at $s (https://backstage.internal.dynatrace.com/static/module-react-dom.9141fc70.js:16:31528)

    at Ws (https://backstage.internal.dynatrace.com/static/module-react-dom.9141fc70.js:16:31313)

    at Xc (https://backstage.internal.dynatrace.com/static/module-react-dom.9141fc70.js:16:30864)

    at bc (https://backstage.internal.dynatrace.com/static/module-react-dom.9141fc70.js:16:40596)

    at Sn (https://backstage.internal.dynatrace.com/static/module-react-dom.9141fc70.js:16:39966)

    at Gs (https://backstage.internal.dynatrace.com/static/module-react-dom.9141fc70.js:16:36648)

    at Je (https://backstage.internal.dynatrace.com/static/module-react-dom.9141fc70.js:14:3259)

Proposed Solution

Fixed locally by updating the d3 components to the next version

 "d3-selection": "^3",
 "d3-transition": "^3",
 "react-d3-speedometer": "^2",

Similar Tickets?

#229

Will the reporter open a PR himself?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant