patternfly / patternfly-org

Home of patternfly.org
https://www.patternfly.org
MIT License
69 stars 136 forks source link

Enable `StrictMode` for React #3204

Open jonkoops opened 1 year ago

jonkoops commented 1 year ago

The StrictMode component can be used to activate additional checks and warnings for its descendants. It should be included in the root of the component hierarchy.

nicolethoen commented 1 year ago

This might be a follow up to https://github.com/patternfly/patternfly-react/issues/7889

mcarrano commented 1 year ago

This may be dependent on https://github.com/patternfly/patternfly-react/issues/7889 which is scheduled for post-major release.

jonkoops commented 1 year ago

This is not dependent on the aforementioned issue. Strict mode is a feature of React and not related to TypeScript.