-
Hi, i am getting below error when i try to import component in my project
Uncaught SyntaxError: Invalid or unexpected token
at new Script (vm.js:74)
at createScript (vm.js:246)
at O…
-
Initial list only includes projects which we depend on in our docs. Might be a good idea to include other high-profile projects.
## projects
- [x] `material-ui-popup-state` #15691
Seems like no…
-
Receiving an odd error when combining notisnack, material-ui, and reactn.
Relevant pieces of code below. Apologies for not providing full source.
Error:
```
Element type is invalid: …
-
Mobx is providing a strange issue now (78fbc622e9aec558f11131625909918ddca59134) that it has been hooked up to Create React App 2. I think its related to MobX 5 being more strict and requiring a schem…
-
## Expected Behavior
No error should occur on `` render.
## Current Behavior
Error is thrown as soon as SnackbarProvider is rendered, complaining about the prop type definition. (note: fu…
-
![iwa-emp-list-4](https://user-images.githubusercontent.com/35713511/60737271-64758b80-9f17-11e9-813e-849edc068219.gif)
I didn't have this issue when testing out the library on a test project.
…
-
In the new version, the action flag no longer seems to be closing. You can see this on your own demo [site](https://iamhosseindhv.com/notistack#persist-snackbar).
In reviewing the site, the [Cus…
-
## Expected Behavior
I should be able to style `base` and `message` parts of snackbar classes in `SnackbarProvider`.
## Current Behavior
Latest version breaks this and my app start to gave errors…
-
## Context
We want to play a sound for specific notifications. However if you queue up 10 notifications, while having for example a maximum of 3, the sounds wouldn't sync with each notification.
…
-
Hello !
It will be nice if we can add padding to "snackbars container". For example I would like to add a padding top so my snackbars will appear under the appbar.