From 3f3a97eae3c3f8762c275061152a4cf05a88e3b7 Mon Sep 17 00:00:00 2001 From: tvankith Date: Sat, 2 Dec 2023 19:47:13 +0530 Subject: [PATCH] fix error in the console about the showGrid & gridColor property --- packages/lib/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/lib/src/index.ts b/packages/lib/src/index.ts index 71f74f4..5f953d5 100644 --- a/packages/lib/src/index.ts +++ b/packages/lib/src/index.ts @@ -711,6 +711,8 @@ class AvatarEditor extends React.Component { disableBoundaryChecks, disableHiDPIScaling, disableCanvasRotation, + showGrid, + gridColor, ...rest } = this.props