@font-face
type mismatch
#75
Answered
by
garronej
Semigradsky
asked this question in
Q&A
-
With const useStyles = makeStyles(
(theme) => ({
label: {
...theme.typography.body2,
color: theme.palette.text.secondary,
},
}),
) but with const useStyles = makeStyles()(
(theme) => ({ // ERROR
label: {
...theme.typography.body2,
color: theme.palette.text.secondary,
},
}),
)
|
Beta Was this translation helpful? Give feedback.
Answered by
garronej
Apr 12, 2022
Replies: 3 comments 1 reply
-
@garronej could you please advise me on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes sorry in about 1hour |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Semigradsky, Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Semigradsky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Semigradsky,
There is an issue discussing precisely this point #50.
Messages of interest:
#50 (comment)
#50 (comment)
#50 (comment)
Best regards,