Skip to content

Commit 74d389d

Browse files
committed
Fix type issue
1 parent c84e582 commit 74d389d

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Preview/DevTools

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Preview/DevTools/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export default class DevTools extends React.PureComponent<Props, State> {
420420

421421
getViews = (): IViews => this.allViews;
422422

423-
node: HTMLElement;
423+
node: HTMLDivElement;
424424
allViews: IViews;
425425

426426
render() {

0 commit comments

Comments
 (0)