We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c5e33 commit 33a000cCopy full SHA for 33a000c
.travis.yml
@@ -14,4 +14,5 @@ script:
14
env:
15
matrix:
16
- TEST_TYPE=lint
17
- - TEST_TYPE=test
+ - TEST_TYPE=test
18
+ - TEST_TYPE=compile
src/Popup.tsx
@@ -94,6 +94,7 @@ class Popup extends Component<PopupProps, PopupState> {
94
targetHeight: undefined,
95
96
status: null,
97
+ prevVisible: null, // eslint-disable-line react/no-unused-state
98
alignClassName: null,
99
};
100
0 commit comments