()
| 42 | ): Partial<MediaQueryAllQueryable> | undefined => { |
| 43 | const deviceFromContext = useContext(Context) |
| 44 | const getDevice = () => |
| 45 | hyphenateKeys(deviceFromProps) || hyphenateKeys(deviceFromContext) |
| 46 | const [device, setDevice] = useState(getDevice) |
| 47 | |
| 48 | useEffect(() => { |
no test coverage detected
searching dependent graphs…