We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When running ESlint, nested selectors are flagged as problematic. Is there any way to get around that?
The text was updated successfully, but these errors were encountered:
Hi @zbouslikhin,
classes
export function SwitchLabels() { const { classes, css } = useStyles(); return ( <FormGroup> <FormControlLabel control={ <Switch classes={{ switchBase: css({ border: "1px solid black" }), thumb: classes.muiSwitchThumb }} /> } label="My Switch" /> </FormGroup> ); }
PS: Unrelated but it's usefull, you can checkout the eslint plugin for TSS that detects unused classes: https://docs.tss-react.dev/detecting-unused-classes
Hopes it helps.
Sorry, something went wrong.
No branches or pull requests
Hello,
When running ESlint, nested selectors are flagged as problematic. Is there any way to get around that?
The text was updated successfully, but these errors were encountered: