-
## Expected Behavior
In Material-UI snackbars, we can pass
```
ContentProps: {
'aria-describedby': 'our-custom-id'
}
```
and that aria-describedby value will get assigned to the snackbar co…
ghost updated
4 years ago
-
**Question:**
Is it possible for us to check for the new build deployed on firebase hosting on changing route(or on focusing the tab) and reloading the page so user can view new features?
Currentl…
-
The example shows how to use notistack in a React class component. How would notistack be used in a React functional component?
-
The `` variant background-color is not been applied because the `MuiPaper-root` class is overriding in my application.
This is because of the jss `` tag injection order where the MuiPaper styles ar…
madaz updated
4 years ago
-
It is a create-react-app with the following packages installed:
```json
{
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@testing-library/jest-dom": "^4.2.4",
…
-
We should display errors in a clear way for the user, for example by using the snackbar component (https://material-ui.com/components/snackbars/)
This should be based on notifications in the notifi…
-
I have an issue with the width of my snackbars. most of them are quite short, like this one:
But the blue area blocks for inputs and such underneath it
![image](https://user-images.githubusercontent…
-
To able to target the root html element, the render place of `notistack`
-
Hi there and thanks for notistack ❤️ it's amazing!
The only issue I see currently is that the API is not correctly documented.
Not a big issue for me as it was really well-typed, but vanilla JS …
-
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Summary 💡
I am implementing the variant property…