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
Actions