Open johanhammar opened 1 year ago
I have the same problem here. Does anyone know how to fix this or any workarounds?
Anyone get this to work?
Add this to your /packages/app/package.json
"d3-selection": "^2",
"d3-transition": "^2"
It will fix it
Can you provide this as a PR happy to accept it
Add this to your /packages/app/package.json
"d3-selection": "^2", "d3-transition": "^2"
It will fix it
Thanks, that's exactly what I needed. Took me a while to get this working...
yarn add command:
yarn --cwd packages/app add d3-selection@^2 d3-transition@^2
The Harbor widget fails to render with an error message
C.pointer.transition is not a function
and the stackstrace (slightly redacted)
Environment: Backstage 1.14.0 & 1.13.2