Natalia Gruzdeva

Results 1 issues of Natalia Gruzdeva

The plugin does not recognize the component if it is wrapped with memo example: ``` export const MyComponent = memo(props => { return ( {props.text} ); }) ```