Actions
Bug #37156
closedPin victory-core to pre-36.9.0
Difficulty:
trivial
Triaged:
No
Pull request:
Description
import { ChartPie } from '@patternfly/react-charts';
fails with
TypeError: Cannot read property 'primitiveProps' of undefined at Object.<anonymous> (../foreman/node_modules/@patternfly/react-charts/src/components/ChartCursorTooltip/ChartCursorFlyout.tsx:111:18) at Object.<anonymous> (../foreman/node_modules/@patternfly/react-charts/src/components/ChartCursorTooltip/index.ts:1:1)
This is probably the package victory-core had a new release 36.9.0 which includes this change:
FormidableLabs/victory#2758
which seems to break the use of CommonProps.
Refer to PF issue: https://github.com/patternfly/patternfly-react/issues/10064
Updated by The Foreman Bot 10 months ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/theforeman/foreman/pull/10043 added
Updated by Anonymous 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|f3be1e5d57891fb8fd3ef4de51e081c844c688b9.
Updated by Evgeni Golov 9 months ago
- Related to Bug #37255: _victoryCore.Helpers.isFunction is not a function added
Actions