NjiruClinton
NjiruClinton
I had the same issue. I just set a `preventDefault` like this ``` const test = (e) => { e.preventDefault(); try {... ``` Hope this helps someone.
if you've rooted your device using magisk, it gives you an option to restrict apps from detecting root On Fri, Jan 6, 2023 at 3:53 PM WAMBUGUS ***@***.***> wrote: >...
just this worked for me ```css .p-dialog .p-dialog-header { border: none; } ``` but the style is not scoped