We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2562b0 commit 7a7fdbbCopy full SHA for 7a7fdbb
docs/MediaSensor.md
@@ -24,7 +24,7 @@ const MyCompWithSize = withMedia(MyComp, 'isBigScreen', '(min-width: 480px)');
24
```
25
26
27
-## `@withBattery`
+## `@withMedia`
28
29
Statefull component class decorator that injects a boolean prop into your component that specifies if media query matches.
30
0 commit comments