-
maxSnack doesn't work when calling a lot of enqueueSnackbars coincidentally
## Expected Behavior
They should hide snack bar if the current stack bar exceed maxSnack
## Current Behavior
…
-
## Expected Behavior
I'm using CustomEvents to determine when to show the snackbar. On the home page I have some temp methods to test using this library.
The provider in `App.tsx`: `...`
I hav…
-
I need to enqueue snackbar without using hooks or hocs...
```js
import { enqueueSnackbar } from 'notistack';
class UserViewModel {
didMount(){
try {
...
}catch(e){
en…
-
## Expected Behavior
When one of the snackbar is expended, the other snackbar should reposition to not overlap with the expended snackbar
## Current Behavior
When there are two expendable…
-
When installing, I receive multiple messages about deprecated dependencies
I have tried to add notistack to my project
+ notistack@0.8.9
Current project:
"react": "^16.6.3",
received deprec…
-
## The dependency [notistack](https://github.com/iamhosseindhv/notistack) was updated from `0.8.2` to `0.8.3`.
🚨 [View failing branch](https://github.com/tonythetiger323/MayThe4thBeRussov2/compare/m…
-
The below script will show you how to add a dismiss button to all snackbars instead of adding one by one in this function "this.props.enqueueSnackbar(message, { action: (key) => () })"
Because your…
-
How to implement the close action when we define actions directly on the provider?
In https://iamhosseindhv.com/notistack/demos#action-for-all-snackbars there is no example for accessing the close …
-
If click multiple times (10-15 for example) on opened Snackbar, message stay active and didn't hide.
Reproduced on the demo as well:
[codesandbox](https://codesandbox.io/s/github/iamhosseindhv/noti…
-
When wrapping the demo app in `` the behaviour of enqueued notifications changes.
## Expected Behavior
When enqueuing a new notification, it should dismiss the previous one in order to show the ne…