Skip to content

Misspell visibility property on PageHeaderToolsItem component #4600

@ljmotta

Description

@ljmotta

Describe the issue. What is the expected and unexpected behavior?
The PageHeaderToolsItem component on react-core package has a prop called visibility which is a object with optional properties. The optional "2xl" property was misspelled to "2xl?" making it not optional.

Should be:

'2xl'?: 'hidden' | 'visible';

It is:

Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
Bug

What is your product and what release version are you targeting?
Kogito Tooling. PatternFly version: @pattenfly/react-core: 4.32.1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions