Skip to content

Commit f3e9529

Browse files
committed
fix: πŸ› fix new TypeScript errors
1 parent a0224f4 commit f3e9529

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

β€Žsrc/Modal/index.tsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class Modal extends Component<IModalProps, IModalState> {
2929
id: number;
3030
el: HTMLElement = null;
3131
activeEl: Element; // Previous active element;
32+
state;
3233

3334
constructor (props, context) {
3435
super(props, context);

β€Žsrc/Slider/index.tsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export class Slider extends Component<ISliderProps, ISliderState> {
3737
CLIENT_X = 'clientX';
3838
el: HTMLElement = null;
3939
mounted = false;
40+
state;
4041

4142
constructor (props, context) {
4243
super(props, context);

0 commit comments

Comments
Β (0)