Skip to content

Commit 939bd05

Browse files
authored
Update overview.md (#1878)
1 parent b53fe5a commit 939bd05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/mediaquery/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ The MediaQuery component facilitates the usage of CSS media queries in your C# c
7373

7474
* 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).
7575

76-
* 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.
77-
7876
## Next Steps
7977

8078
* [Explore the MediaQuery events]({%slug mediaquery-events%})

0 commit comments

Comments
 (0)