diff --git a/src/components/ToastContainer.jsx b/src/components/ToastContainer.jsx index a0bd2f1..04812b0 100644 --- a/src/components/ToastContainer.jsx +++ b/src/components/ToastContainer.jsx @@ -46,7 +46,7 @@ export class ToastContainer extends React.PureComponent { warning: "warning", }, id: "toast-container", - toastMessageFactory: React.createFactory(ToastMessageAnimated), + toastMessageFactory: props => , preventDuplicates: true, newestOnTop: true, onClick: _.noop,