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
Sorry, i`ll try to explain.
Is there a way to receive message, in custom snackbar?
Now it can receive only key: <SnackbarProvider content={ (key) => ( <MyCustomChildren id={key} /> )} />
and i need smth like this: <SnackbarProvider content={ (key, mesage) => ( <MyCustomChildren id={key} message={message} /> )} />
Message from enqueueSnackbar(message)
Is there a reason, why message is not accessible in custom snackbar?
The text was updated successfully, but these errors were encountered: