@iuioiua this is as simple as I got, without being too intrusive; I personally like it; the problem was a bug regarding the state change of the variable isLoadingSig, I was able to avoid it by initializing the variable as undefined and bypassing it with the conditional rendering not sure if is worth taking another look at it some other time.
Note: The simplicity of this PR does not reflect at all the time that took me to get there — just for the record.
fixes #472
@iuioiua this is as simple as I got, without being too intrusive; I personally like it; the problem was a bug regarding the state change of the variable
isLoadingSig
, I was able to avoid it by initializing the variable asundefined
and bypassing it with the conditional rendering not sure if is worth taking another look at it some other time.Note: The simplicity of this PR does not reflect at all the time that took me to get there — just for the record.