'react-hooks/set-state-in-render': 'error',
'react-hooks/use-memo': 'error',
'react-hooks/unsupported-syntax': 'error',
'react-hooks/incompatible-library': 'error'
I didn't notice any downgrade!
'react-hooks/set-state-in-render': 'error',
'react-hooks/use-memo': 'error',
'react-hooks/unsupported-syntax': 'error',
'react-hooks/incompatible-library': 'error'
I didn't notice any downgrade!
<Activity>
<MobileWrapper>
<ComponentA />
</MobileWrapper>
</Activity>
<Activity>
<DesktopWrapper>
<ComponentB />
</DesktopWrapper>
</Activity>
<Activity>
<MobileWrapper>
<ComponentA />
</MobileWrapper>
</Activity>
<Activity>
<DesktopWrapper>
<ComponentB />
</DesktopWrapper>
</Activity>