react-toastr
react-toastr copied to clipboard
React.js toastr component
Uncaught Error: findDOMNode was called on an unmounted component. at invariant (invariant.js:38) at Object.findDOMNode (findDOMNode.js:53) at Object._set_animation (animationMixin.js:100) at Object.hideToast (animationMixin.js:190) invariant @ invariant.js:38 findDOMNode @ findDOMNode.js:53 _set_animation @ animationMixin.js:100...
Can there be UMD support, so there is a /dist directory with a prebuilt version? This allows the package to be hosted on cdns, such as https://unpkg.com/. Thanks!
Hi, a working flux example would be very nice. I'm now fighting with the notion of a notification store and what it would contain. Especially if I add an alert...
Hi, We are using react-bootstrap-table in our project and recently started running into bundling issues. Our react (and subsequently react-dom and react-addons-..) are pegged at 15.3.0 for compatibility reasons. While...
@tomchentw I have added a few media queries to the `toastr.min.css` and want to share it here. I will not be able to add it to this project since that...
When calling `this.refs.toastContainer.clear()` calls to `setState()` in `ToastContainer::_handle_toast_remove()` enter a race condition causing the state to reset instead of removing all elements. The end result is the last toast being...
I pass a rendered React elements as messages. As they are objects, they are never equal, so `preventDuplicates` feature does not work for me. So, how about introducing a new...
The pop up warning of max file size, only appear one time.
I use react-toastr@2.1.0 in my component react-bootstrap-table. In these day, I've upgraded react-bootstrap-table's react version to 0.14.0 and released. But I found if user use [email protected], there's some error about...