From f2a770fff224fa66f1a85769b2f4315a2e62bf66 Mon Sep 17 00:00:00 2001 From: jorgezreik Date: Wed, 24 Apr 2024 14:07:08 -0400 Subject: [PATCH] Add `ref` to `definedProps` --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 31a0a203..7a686850 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -237,6 +237,7 @@ const normalizeToPair = (val: T | [T, T]): [T, T] => (Array.isArray(val) ? v const definedProps = [ 'as', + 'ref', 'style', 'className', 'grid',