When Strict Mode is enabled Patternfly creates deprecation warnings due to the usage of findDOMNode.
This is deprecated functionality and the recommendations to handle this deprecation as stated in the React documentation should be followed.
Actual behavior
Patternfly creates the following exception:

Expected behavior
Patternfly does not produce any exceptions.
Steps to reproduce
Enable Strict Mode in an application running Patternfly.
When Strict Mode is enabled Patternfly creates deprecation warnings due to the usage of
findDOMNode.This is deprecated functionality and the recommendations to handle this deprecation as stated in the React documentation should be followed.
Actual behavior
Patternfly creates the following exception:
Expected behavior
Patternfly does not produce any exceptions.
Steps to reproduce
Enable Strict Mode in an application running Patternfly.