Open yukinoda opened 3 years ago
Antd Notification: https://ant.design/components/notification/
I found it very useful In my project, where we have these two actions. But this maybe a case when you expect having only one snackbar at a time😓
export const { displaySnackbar, hideSnackbar } = snackbarSlice.actions;
Antd Notification: https://ant.design/components/notification/
I found it very useful In my project, where we have these two actions. But this maybe a case when you expect having only one snackbar at a time😓