Hello, Is there any way to remove the default class name added for an undefined breakpoint? ``` <Breakpoint customQuery="(max-width: 639px)">``` Will export to: ``` <div class="breakpoint__undefined-undefined ">``` Thanks
Hello,
Is there any way to remove the default class name added for an undefined breakpoint?
<Breakpoint customQuery="(max-width: 639px)">Will export to:
<div class="breakpoint__undefined-undefined ">Thanks