cms icon indicating copy to clipboard operation
cms copied to clipboard

bug: TypeError.

Open pratham-srivastava-07 opened this issue 1 year ago • 2 comments

At /src/utiles/apx-check-mail.tsThis was showing in the console

image

I have simple fix for this issue that is by adding types to the variables from which the error occured.

Thanks!

pratham-srivastava-07 avatar Apr 13 '24 18:04 pratham-srivastava-07

I think it also has something to do with how we r rendering this from the server side because whenever I click on the refresh database it shows this:

image

pratham-srivastava-07 avatar Apr 14 '24 07:04 pratham-srivastava-07

Before the fix:

image

After Fix:

image

also the console shows:

image

pratham-srivastava-07 avatar Apr 14 '24 07:04 pratham-srivastava-07