-
### Motivation
Currently Notistack supports only one possible action, while sometimes it is useful to have multiple actions on the snack. Such actions may include a pair of buttons: one for closing…
-
notistack@0.5.0" has unmet peer dependency "@material-ui/core@^3.2.0".
happy to push a PR to move material to deps and out of peerDeps if you like.
## Expected Behavior
`yarn install n…
-
I'm getting this warning with notistack where it complains about the key prop missing
`Warning: Each child in an array or iterator should have a unique "key" prop.`
I tried to add it in options w…
-
Hi @iamhosseindhv!
Great job! I use notistack quite often but I have a question. How can I customize `font-size` and `line-height` properties on `SnackbarItem` component? It seems like they are har…
ghost updated
5 years ago
-
-
"ref" cannot be used a component that gets wrapped with withSnackbar HOC.
(Example: https://codesandbox.io/s/lp8ml9m52m)
I am wondering whether the next version of notistack can support ref using …
-
The TS `withSnackbarProps` should be `WithSnackbarProps`. This is convention for naming props interfaces in TS for React.
-
It would be great to have d.ts files for this notistack. Did not find them in default @types repo, does have them already done by any chance?
I am on tight deadline right now so I just silenced a…
-
## Expected Behavior
in `withSnackbar.js`, there should be some sort of shallow props checking so that it ensures that it is not unnecessarily re-rendering it's child component. I suppose the shall…
-
Hello,
I am not sure if I am opening this issue simply because I don't understand how imports work with npm packages.
I would like to reuse the SnackBarItem internally used by notistack, so I ha…