From 137383f0dbb98fdf0de126e8e03d73e97edca749 Mon Sep 17 00:00:00 2001 From: Cody Bennett Date: Mon, 4 Sep 2023 11:57:42 -0500 Subject: [PATCH] fix(XRButton): apply fallback for render props (#297) --- src/XR.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XR.tsx b/src/XR.tsx index ee59cdc..7d08f28 100644 --- a/src/XR.tsx +++ b/src/XR.tsx @@ -407,7 +407,7 @@ export const XRButton = React.forwardRef(funct return ( ) })