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 enhancement or change
This is a follow up to #11524 in which the new JSX transform was introduced, which removes the need to import React in every file that contains JSX. Currently the linter is configured to warn on all violations. This issue will require running the react codemods to automatically fix the components that import react, but may require some manual work as well so we comply, such as in the case of named imports instead of importing * from react.
Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
No
Any other information?
The jsx transform changes were actually introduced in React 17, but will be required to add support for React 19.
The text was updated successfully, but these errors were encountered:
Describe the enhancement or change
This is a follow up to #11524 in which the new JSX transform was introduced, which removes the need to import React in every file that contains JSX. Currently the linter is configured to warn on all violations. This issue will require running the react codemods to automatically fix the components that import react, but may require some manual work as well so we comply, such as in the case of named imports instead of importing * from react.
Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
No
Any other information?
The jsx transform changes were actually introduced in React 17, but will be required to add support for React 19.
The text was updated successfully, but these errors were encountered: