-
## Current Behavior
I am using notistack 0.8.8 with TypeScript 3.3.400 and Redux 4.0.1. When using my `NotificationContainer` (which follows the example provided in the source tree), I get the foll…
-
Hi,
Thank you for the great library. I have a question and couldn't find any answer for it. Is it possible to call enqueueSnackbar from outside a component?
When I try to call it somewhere else …
p34m5 updated
5 years ago
-
### Issue description or question
After restarting Wallaby in VSCode, it auto upgraded to the next version `1.0.187` then all Wallaby commands at that point started reporting as missing when I trie…
-
I'd like to customize every snackbar I display without having to pass the same `children` property to `enqueueSnackbar` as `options`.
Usually, to customize every snackbar, the prop would be set on th…
-
Not able to use an `options.action` function property on `enqueueSnackbar`. Receiving failed prop type warnings
## Expected Behavior
from the [docs example](https://iamhosseindhv.com/notistack#act…
-
## Expected Behavior
There should be no errors in the TypeScript definitions.
## Current Behavior
When compiling:
```
ERROR in [at-loader] ..\node_modules\notistack\index.d.ts:5:6
…
-
When styling variantDefault by using material ui classes, I get the following error in the console:
```Warning: Material-UI: the key `variantDefault` provided to the classes property is not implem…
-
Add material-ui components to authentication view.
-
Even using online demo at https://iamhosseindhv.com/notistack you can see that if you press fast enough button "Enqueue", there are always a couple of snacks showing after timeout of the other snacks …
borzh updated
5 years ago
-
Receiving a warning when including it into react.
Warning is as follows:
```
Warning: React does not recognize the `closeSnackbar` prop on a DOM element. If you intentionally want it to appear …