From 6f7165e7eb27c1f3c791003cc2fa5d0eb77553ec Mon Sep 17 00:00:00 2001 From: Nadezhda Tacheva <73842592+ntacheva@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:04:32 +0200 Subject: [PATCH] Update overview.md --- components/mediaquery/overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/mediaquery/overview.md b/components/mediaquery/overview.md index 04c5ae0f66..bdefc26dbd 100644 --- a/components/mediaquery/overview.md +++ b/components/mediaquery/overview.md @@ -73,8 +73,6 @@ The MediaQuery component facilitates the usage of CSS media queries in your C# c * The MediaQuery component makes it easy to use C# logic based on the breakpoint that matches - such as changing parameter values, replacing a component with a different component or even not rendering a part of the layout (with CSS alone you can resize parts of the app or hide them visually, but they still render). -* You should have default values for the flags in your application that define the preferred state or layout. Depending on the browser and the media query setup, it is possible that no `OnChange` event will fire when the app initializes, so the app should have a reasonable default state. - ## Next Steps * [Explore the MediaQuery events]({%slug mediaquery-events%})