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 7843f98 commit 33a1e71Copy full SHA for 33a1e71
package/src/views/SkiaDomView2.tsx
@@ -44,7 +44,7 @@ export class SkiaDomView2 extends React.Component<
44
}
45
46
componentDidUpdate(prevProps: SkiaDomViewProps & { Skia: Skia }) {
47
- const { root, onTouch, onSize, Skia } = this.props;
+ const { root, onTouch, onSize } = this.props;
48
if (root !== prevProps.root && root !== undefined) {
49
assertSkiaViewApi();
50
this.draw();
0 commit comments