react-notifications icon indicating copy to clipboard operation
react-notifications copied to clipboard

Notification component for ReactJS

Results 37 react-notifications issues
Sort by recently updated
recently updated
newest added
trafficstars

ERROR: Error: no such file or directory at MemoryFileSystem.readFileSync (C:\Users\zzz\Documents\NetBeansProjects\react-notifications\node_modules\memory-fs\lib\MemoryFileSystem.js:107:10) at MemoryFileSystem.(anonymous function) [as readFile] (C:\Users\zzz\Documents\NetBeansProjects\react-notifications\node_modules\memory-fs\lib\MemoryFileSystem.js:300:34) at C:/Users/zzz/Documents/NetBeansProjects/react-notifications/example/webpack.server.js:62:29 at Layer.handle [as handle_request] (C:\Users\zzz\Documents\NetBeansProjects\react-notifications\node_modules\express\lib\router\layer.js:95:5) at next (C:\Users\zzz\Documents\NetBeansProjects\react-notifications\node_modules\express\lib\router\route.js:137:13) at Route.dispatch (C:\Users\zzz\Documents\NetBeansProjects\react-notifications\node_modules\express\lib\router\route.js:112:3) at...

The pr includes the following updates - [x] Update `react` to version 16.7.0 - [x] Update `react-hot-loader` to version 4.6.3 - [x] Migrate `react-transition-group` from v1 to v2 All these...

when doing: yarn build getting following issues: ./node_modules/react-notifications/lib/notifications.css Module build failed: BrowserslistError: Unknown browser query `dead` at Array.forEach ()

Would be nice to have a call that clears all notifications which had no timeOut.

Setting a maximum number of notifications can be useful for avoiding spam in user screen. - Limit is a property of NotificationContainer - If it is equal to zero, there...

@vn38minhtran I am using react-notification in form validation to show an error message e.g. "Invalid email". The issue is, if a person keeps on clicking on the submit button, the...

I have a server side rendered app, and on my Express server, I'm getting the following error (sometimes): ``` (node:89538) Warning: Possible EventEmitter memory leak detected. 11 change listeners added....

i use react and i install this lib. but my cnd error.... ![image](https://user-images.githubusercontent.com/30399546/36081375-69ed7d82-0fe1-11e8-8c76-eba9418c538c.png) please help me... how can i do???

In case of integration with `react-intl` i would like to change `Notification` component (In order to move translation functionality in view layer) I guess this functionality will be useful for...

I want to add some HTML to my notification text. ```javascript NotificationManager.warning('hello world'); ``` @minhtranite could you add this feature?