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
I noticed that it is no longer possible to use a ReactNode as a snackbar message after updating to v3. In v2 there was a SnackbarMessage that could be string or a ReactNode. This was useful for displaying formatted text in an easy way:
enqueueSnackbar(<>That was <strong>easy!</strong></>);
Is there another way to do this in v3?
The text was updated successfully, but these errors were encountered:
I noticed that it is no longer possible to use a
ReactNode
as a snackbar message after updating to v3. In v2 there was aSnackbarMessage
that could bestring
or aReactNode
. This was useful for displaying formatted text in an easy way:Is there another way to do this in v3?
The text was updated successfully, but these errors were encountered: