Upgrade react-notifications
.
This commit is contained in:
parent
37bcbfba08
commit
9075a87c9d
@ -143,7 +143,7 @@
|
||||
"react-transition-group": "^2.2.1",
|
||||
"react-waypoint": "^7.1.0",
|
||||
"redux": "^3.3.1",
|
||||
"redux-notifications": "^2.1.1",
|
||||
"redux-notifications": "^4.0.1",
|
||||
"redux-optimist": "^0.0.2",
|
||||
"redux-thunk": "^1.0.3",
|
||||
"rehype-parse": "^3.1.0",
|
||||
|
@ -1,6 +1,7 @@
|
||||
import PropTypes from 'prop-types';
|
||||
import React from 'react';
|
||||
import { Icon } from '../index';
|
||||
import 'redux-notifications/lib/styles.css'; // Import default redux-notifications styles into global scope.
|
||||
import styles from './Toast.css';
|
||||
|
||||
const icons = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user