Skip to content

Commit

Permalink
Init variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopr committed Feb 8, 2019
1 parent ff1a1f8 commit 454c51c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class ReactSixteenAdapter extends EnzymeAdapter {
let isDOM = false;
let cachedNode = null;
let cachedComponent = null;
let wrappedEl;
let wrappedEl = null;
return {
render(el, unmaskedContext) {
cachedNode = el;
Expand Down

0 comments on commit 454c51c

Please sign in to comment.