Must use destructuring theme assignment react/destructuring-assignment
I am trying to start a typescript project but i’m getting a bunch of errors relating to "Line 92:27: Must use destructuring theme assignment react/destructuring-assignment". I have about 10 of these errors. The error specifically for above is relating to the code for line 92 is: <StyledClose color={theme.colors.textSubtle} onClick={removeThisPopup} /> This is apart of this… Read More Must use destructuring theme assignment react/destructuring-assignment