From 2c2707759605152bf40c2fb81246902a29a0a80e Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Wed, 13 Dec 2023 19:17:06 +0530 Subject: [PATCH] fix: expose stylesheet for plugins --- packages/styled/react/src/styled.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/styled/react/src/styled.tsx b/packages/styled/react/src/styled.tsx index 095b6f4e64..58fe520597 100644 --- a/packages/styled/react/src/styled.tsx +++ b/packages/styled/react/src/styled.tsx @@ -2055,6 +2055,8 @@ export function verboseStyled( theme, componentStyleConfig, ExtendedConfig, + styleCSSIds, + GluestackStyleSheet, }); //@ts-ignore