enzyme-adapter-react-18
enzyme-adapter-react-18 copied to clipboard
This fixes #12 for me locally. Without this fix, I had this error 6 times in a pretty big private codebase. This fix doesn't result in any problems in this...
When I have the following example component: ```ts import styled from '@emotion/styled'; const InnerButton = (props: any) => { return Inner Button; } export const Button = styled(InnerButton)(() => {...
First of all, thanks for making this. I hope I can make it work in our project. We have some code like this: ``` const component = mount() const inputs...
Every time that I use ShallowWrapper.text() function it displays the warning that I mentioned in the title, findDOMNode is disapproved by React in strict mode and this function is inside...