()
| 6 | */ |
| 7 | |
| 8 | export function SingleQuery() { |
| 9 | return ( |
| 10 | <Media query="min-width: 300px" defaultMatches={true}> |
| 11 | {matches => matches && <div>it works</div>} |
| 12 | </Media> |
| 13 | ); |
| 14 | } |
| 15 | |
| 16 | export function MultiQuery() { |
| 17 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…