patternfly / patternfly-react

A set of React components for the PatternFly project.
https://react-staging.patternfly.org/
MIT License
794 stars 357 forks source link

ListView: "React does not recognize the InitExpand prop" warning #1299

Closed dlabrecq closed 5 years ago

dlabrecq commented 5 years ago

The React does not recognize the "InitExpand" prop warning shows up in the browser console for the Koku UI, whenever the ListView is rendered.

screen shot 2019-01-31 at 10 14 29 pm

Running the patternfly-react tests also generate the similar warning below.

screen shot 2019-01-31 at 9 57 10 pm
martinpitt commented 5 years ago

Do you mind fixing the issue title to initExpanded, to make this appear in searches? I've stumbled over the same problem when using ListView in Cockpit. Thanks!

jeff-phillips-18 commented 5 years ago

This was fixed by https://github.com/patternfly/patternfly-react/pull/1331