You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should use next and not alpha. Alpha is v2 and still a work in progress. We also have #393 to fix this same issue. I appreciate they're easy to mis take.
next is what people should use if they're using MUI v5. Also you need to wait for #387 to get merged first if you're using MUI > 5.0.0-alpha.34. Otherwise if you're using <= 5.0.0-alpha.34, simply do npm i notistack@next.
Expected Behavior
Snackbar should appear.
Current Behavior
When i use with
enqueueSnackbar
i haveUncaught TypeError: Cannot read property 'props' of undefined
Steps to Reproduce
SnackbarProvider
enqueueSnackbar('message')
Context
I am using material-ui 5.0.0-alpha.38
Your Environment
The text was updated successfully, but these errors were encountered: