tomchentw/react-toastr

can not print the message that i have specified

Swapnil2121993 opened this issue · 0 comments

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 when i clicked on save button.