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

React.js toastr component

Results 33 react-toastr issues
Sort by recently updated
recently updated
newest added

Hi I am trying to use the component in typescript, but I can not manage to succeed. Can you provide an example of usage on Typescript. Thanks

In this site [https://tomchentw.github.io/react-toastr/#toastcontainer](https://tomchentw.github.io/react-toastr/#toastcontainer) I tested but not working at all when i type a identical title and message

When I set my package.json like this: ``` "dependencies": { "react-dom": "^16.0.0", "react": "^16.0.0", "react-toastr": "^2.9.3" } ``` Then I run `npm i`, the `node_modules/react-toastr/node_modules/react-dom` is installed, this means npm...

I got can not read container of undefined. below is my snippet ``` import { ToastContainer, ToastMessage } from 'react-toastr'; const ToastMessageFactory = React.createFactory(ToastMessage.animation); addAlert () { this.container.success( "my-title", "my-fascinating-toast-message",...

Is there a built in OnClose function I can set into props so I can get a callback once the toast message disappears (not limited to only clicking close but...

Actually what difference between `extendedTimeOut` and `timeOut` ?

there is no documentation for how to import via import ReactToastr from 'react-toastr'

Once I've had a toast triggered I cannot trigger another until a fresh page reload has been done. Here's my code: ``` var ReactToastr = require('react-toastr'); var { ToastContainer }...

waiting response

this.refs.container.success( setTimeout(function () { Account Updated browserHistory.push("verifyphone"); }, 1000) It should print Account updated message but it prints some random different integer value like 5 , 7, etc every time...

sorry. It isn't that clear to me. Does this library depends on jquery or not? Thanks!

enhancement