react-notifications
react-notifications copied to clipboard
Notification component for ReactJS
Some methods like `componentWillMount` and `componentDidMount` are depreciate, I believe than we need to refactor all component with new React Hooks API.
I am using [Material Ui](https://material-ui.com) and in one particular window I have a [Dialog](https://material-ui.com/demos/dialogs/) that opens another Dialog where if something happens a notification goes off. Now it seems as...
is there any option to select bottom / top / left / right appearing position ? could not find in the instruction
I am using node-js with react. When I import react-notification, I have a error message. ``` Element type is invalid: expected a string (for built-in components) or a class/function (for...
Related to issue #54
profiler and headsnapshot rules!)
As of react 16.3, `componentWillMount`, `componentWillUpdate` and `componentWillReceiveProps` lifecycle methods needs to be renamed to supress the warning about deprecation.  more info here: https://hackernoon.com/problematic-react-lifecycle-methods-are-going-away-in-react-17-4216acc7d58b
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. Release notes *Sourced from [bootstrap's releases](https://github.com/twbs/bootstrap/releases).* > ## v3.4.1 > * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by...
On success network request i am showing a notification and after i am redirecting to the new page. After that if user done any other network request previous notification is...