export default function Record(props) { return (

Reflector

Capture The Signal, Not The Noise

{!props.isRecording ? ( ) : ( )}
); }