Skip to content

Commit bc954aa

Browse files
committed
Release v1.9.3.
1 parent 28ecc0b commit bc954aa

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"homepage": "https://github.com/reactjs/react-modal",
55
"authors": [
66
"Ryan Florence",

dist/react-modal.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ return /******/ (function(modules) { // webpackBootstrap
154154
},
155155

156156
componentWillUnmount: function componentWillUnmount() {
157+
if (!this.node) return;
158+
157159
refCount.remove(this);
158160

159161
if (this.props.ariaHideApp) {

0 commit comments

Comments
 (0)