Skip to content

Commit

Permalink
feat(ToastContainer): switch to prop-types
Browse files Browse the repository at this point in the history
* Closes #94
  • Loading branch information
tomchentw committed Aug 21, 2017
1 parent ee7d307 commit 1aac987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/ToastContainer.js
@@ -1,9 +1,10 @@
import _ from "lodash";

import PropTypes from "prop-types";

import {
default as React,
Component,
PropTypes,
} from "react";

import {
Expand Down

0 comments on commit 1aac987

Please sign in to comment.