ecronix/react-most-wanted

setAuthMenuOpen is not a function

groffcole opened this issue · 0 comments

I just created a create-react-app app using the rmw template: npx create-react-app my-app --template rmw. After starting the application using the npm start command I am trying to log in using Google as the auth provider. The Google login window pops up and I select my account but I am receiving an error that states: setAuthMenuOpen is not a function. This appears to be an issue happening in the material-ui-shell package. I'm curious, is there something I'm obviously doing incorrectly or is this a bug?

Screen Shot 2021-03-15 at 8 56 32 PM