Skip to content

Commit 33a1e71

Browse files
committed
💚
1 parent 7843f98 commit 33a1e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/views/SkiaDomView2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class SkiaDomView2 extends React.Component<
4444
}
4545

4646
componentDidUpdate(prevProps: SkiaDomViewProps & { Skia: Skia }) {
47-
const { root, onTouch, onSize, Skia } = this.props;
47+
const { root, onTouch, onSize } = this.props;
4848
if (root !== prevProps.root && root !== undefined) {
4949
assertSkiaViewApi();
5050
this.draw();

0 commit comments

Comments
 (0)