react-simple-snackbar
react-simple-snackbar copied to clipboard
A really simple React snackbar component ⚛︎
inject in the boolean so consumer components know when the snackbar is open set duration to -1 to persist snackbar until it is dismissed
by default the parent item is having z-index:1, which makes it invisible if there's other content on page with z-index 2,3,5 , 10 or so on. it would be better...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
I can not use it in my typescipt project.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
This is with reference to the issue #17 When the time interval was greater than 2147483647. it was automatically set to 1. So I have have set the duration to...
Hi, I'd like to keep the snackbar open indefinitely, but I tried to set the duration to `0`, `Infinity` and `Number.MAX_SAFE_INTEGER` but neither of these work (it instantly closes). What...