Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
componentWillMount() {
pace.start({
restartOnRequestAfter: 10 // ms
});
toastr.options.positionClass = "toast-bottom-left";
toastr.options.preventDuplicates = true;
}