Skip to content

Commit

Permalink
Release v1.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Jun 13, 2017
1 parent 28ecc0b commit bc954aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "1.9.2",
"version": "1.9.3",
"homepage": "https://github.com/reactjs/react-modal",
"authors": [
"Ryan Florence",
Expand Down
2 changes: 2 additions & 0 deletions dist/react-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ return /******/ (function(modules) { // webpackBootstrap
},

componentWillUnmount: function componentWillUnmount() {
if (!this.node) return;

refCount.remove(this);

if (this.props.ariaHideApp) {
Expand Down
Loading

0 comments on commit bc954aa

Please sign in to comment.