-
## Expected Behavior
`yarn` gives no warning
## Current Behavior
`yarn` gives two unmet peer dependency warning
## Steps to Reproduce
`yarn add notistack`
## Context
I have a typescript p…
-
Similar to #48
Looks like #48 was closed in favor of #58, which was then closed via https://github.com/iamhosseindhv/notistack/commit/8f0346436dde1cc51acd4d2a1b250bfa8d848813 .
However, with tha…
-
When I try to update to `v5.3.0-beta.23` I get this error when building the project
```sh
ERROR in ./node_modules/is-map/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.j…
-
Hi there, will you be updating the use of withSnackbar to react hook anytime soon? =)
```
const { useSnackbar } from 'notistack'
const [ enquerySnackbar ] = useSnackbar();
```
-
The 'action' div of Snackbar should be available for style overrides as well as the adjacent 'message' div.
The screen grab attached should demonstrate why this is necessary, not just a 'nice to have…
-
Please provide an updatable variant where we can display the progress of an ongoing operation without enqueuing another snackbar to the stack.
## Expected Behavior
The `enqueueSnackbar` already re…
-
I'm using Next.js combined with Material UI.
For someone reason, notistack runs perfectly on my local development but the css is completely messed up in production. I don't see any errors anywhere.
-
I use Apollo with an error link written this way:
```
import { ErrorResponse } from 'apollo-link-error';
import { GraphQLError } from 'graphql';
export const errorHandler = ({ graphQLErrors, ne…
-
I would like to make a Scroll to Top Button that always above all the snack-bars. Therefore, I need a way to know how many snackbar are currently stacked.
## Expected Behavior
Should able …
-
## Environment
| Tech | Version |
|---------------------|---------|
| material-ui-pickers | 2.0.1 |
| material-ui | 3.5.1 |
| React | …
mfsjr updated
5 years ago