Skip to content

Commit 33a000c

Browse files
committed
chore: Fix TS & update ci
1 parent b4c5e33 commit 33a000c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ script:
1414
env:
1515
matrix:
1616
- TEST_TYPE=lint
17-
- TEST_TYPE=test
17+
- TEST_TYPE=test
18+
- TEST_TYPE=compile

src/Popup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class Popup extends Component<PopupProps, PopupState> {
9494
targetHeight: undefined,
9595

9696
status: null,
97+
prevVisible: null, // eslint-disable-line react/no-unused-state
9798
alignClassName: null,
9899
};
99100

0 commit comments

Comments
 (0)