Replies: 1 comment
-
Hello @NoroMeb Also, remember the lesson 13 is a bonus and actually some of the libraries used on that lesson are also deprecated so I would actually suggest not take that lesson and learn some front with the JS edition which is also in the FreeCodeCamp Channel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
im new in JS/TS and in Header.tsx when calling useStyles()
const classes = useStyles()
declared upconst useStyles = makeStyles((theme: any) => ({ container: { padding: theme.spacing(4), display: "flex", justifyContent: "flex-end", gap: theme.spacing(1) }, }));
i have this errore message
This expression is not callable. Type 'never' has no call signatures.
Beta Was this translation helpful? Give feedback.
All reactions