You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
The onFocus and onBlur props are overwritten in the TextArea component. However, the event parameter for these callbacks has been made optional in the overwritten type. This causes issues with libraries that expect this type signature to math the ones from a native React <textarea> element.
How do you reproduce the problem?
Set up a form using React Hook Form with a PatternFly TextArea component in a TypeScript environment, for example: