Hi All,
I'm having a bit of an issue with SfSignature (v24.2.6) when calling ClearAsync()
Here's my code, it's pretty minimal so I can't see what I could do wrong:
if (!(signatureImage is null)) { await signatureImage.ClearAsync(); }
This triggers syncfusion-blazor.min.js to call a GET on BaseAddress/null
Any idea what is going on here?
Thanks