I have a material UI select component and I am trying to set its value using the react useContext hook:
const context = useContext(Context); ... return ( ...