We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b6871 commit d652fcaCopy full SHA for d652fca
package.json
@@ -67,7 +67,7 @@
67
},
68
"dependencies": {
69
"classnames": "^2.1.2",
70
- "react-toastr": "git+https://github.com/AllenFang/react-toastr.git"
+ "@allenfang/react-toastr": "2.8.2"
71
72
"peerDependencies": {
73
"react": "^0.14.3 || ^15.0.0"
src/Notification.js
@@ -1,6 +1,6 @@
1
import React, { Component } from 'react';
2
3
-import { ToastContainer, ToastMessage } from 'react-toastr';
+import { ToastContainer, ToastMessage } from '@allenfang/react-toastr';
4
5
6
const ToastrMessageFactory = React.createFactory(ToastMessage.animation);
0 commit comments