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 bug
When mounting component that uses forwardRef I am getting a warning: Warning: Failed prop type: Invalid prop 'Component' supplied to 'WrapperComponent'.
There is no warning when rendering the component in the browser.
Describe the bug
When mounting component that uses forwardRef I am getting a warning:
Warning: Failed prop type: Invalid prop 'Component' supplied to 'WrapperComponent'.
There is no warning when rendering the component in the browser.
To Reproduce
Component:
Code in tests that is giving a warning
Expected behavior
No warning in console
Version
react: 16.3.1
enzyme: 3.6.0
enzyme-adapter-react-16: 1.5.0
enzyme-adapter-utils: 1.8.0
jest: 23.6.0
jest-enzyme: 6.1.2
The text was updated successfully, but these errors were encountered: