Divyanshu Gupta
Divyanshu Gupta
Resolves https://github.com/axios/axios/issues/5586
Closes #10197 References: - https://v5-archive.patternfly.org/components/menus/dropdown/react-deprecated#split-button-checkbox - https://www.patternfly.org/components/menus/menu-toggle#split-toggle-with-checkbox
**Describe the problem** When clicking on `Step 4` the get current step example breaks and throws the following error on the website `TypeError: Cannot read properties of undefined (reading 'status')`...
Towards #11491 The following dependencies are updated - @rollup/plugin-commonjs to ^28.0.2 - @rollup/plugin-node-resolve to ^16.0.0 - @rollup/plugin-replace to ^6.0.2
Related to #11579, the examples in the following components need to be converted to TypeScript. - [x] ChartArea - https://github.com/patternfly/patternfly-react/pull/11721 - [x] ChartBar - https://github.com/patternfly/patternfly-react/pull/11727 - [x] ChartBoxPlot - https://github.com/patternfly/patternfly-react/pull/11728...
**Describe the problem** Followup to #11625 , currently [expandablesectiontruncate.ts](https://github.com/patternfly/patternfly-react/blob/main/packages/react-integration/cypress/integration/expandablesectiontruncate.ts) is not include into testing. It is failing the conditionally rendering test. **How do you reproduce the problem?** https://github.com/patternfly/patternfly-react/blob/42eea0ff2352f1352d5943eca14ab8cf66eab161/packages/react-integration/cypress/integration/expandablesectiontruncate.ts#L11-L19 The above...
**Describe the enhancement or change** Follow up to #11749. After the PR is merged we need to add cypress test for the inert attribute. >- click the expandable toggle to...