Skip to content

Commit

Permalink
Merge pull request #17 from atom2ueki/development
Browse files Browse the repository at this point in the history
add react 16 support
  • Loading branch information
atom2ueki authored Feb 14, 2018
2 parents 6742eeb + 9d4c7de commit d4ab2b1
Show file tree
Hide file tree
Showing 8 changed files with 5,114 additions and 6,419 deletions.
8,591 changes: 3,077 additions & 5,514 deletions example/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/react-drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,11 +539,11 @@ var ReactDrawer = function (_React$Component) {
}, {
key: 'componentWillMount',
value: function componentWillMount() {
this.state = {
this.setState({
open: this.props.open,
hiddenOverlay: true,
hiddenDrawer: true
};
});
}
}, {
key: 'closeDrawer',
Expand Down
2 changes: 1 addition & 1 deletion lib/react-drawer.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit d4ab2b1

Please sign in to comment.