From 3952576d3bb20d0cc84eef2ceabd48fcc12825f8 Mon Sep 17 00:00:00 2001 From: Viraj Joshi <66306233+Viraj-10@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:48:59 +0530 Subject: [PATCH] fix: added passing prop warning in media query --- example/storybook/src/api/PropsPassing/index.stories.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/storybook/src/api/PropsPassing/index.stories.mdx b/example/storybook/src/api/PropsPassing/index.stories.mdx index 89dc45812..0ae57a8de 100644 --- a/example/storybook/src/api/PropsPassing/index.stories.mdx +++ b/example/storybook/src/api/PropsPassing/index.stories.mdx @@ -33,3 +33,5 @@ const StyledComponent = styled( }, ); ``` + +> Caution: Utilizing the `Passing Props` feature within `Media Queries` is not supported.