Questions tagged [use-context]

useContext is a React hook for managing global state through the Context API.

586 questions
-2
votes
1 answer

Why am I getting undefined prop?

Below is my Header component in react: import React from 'react' import {AppBar} from '@material-ui/core' import {Typography,Container,Toolbar,Select,MenuItem} from '@material-ui/core' import {useNavigate} from 'react-router-dom' import {…
1 2 3
39
40