You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this isn't the right forum; my question is: what is supposed to happen when the timeout expires? The return value of useFontFaceObserver doesn't change, and no exceptions get thrown. The only thing I can make happen is getting the An error occurred during font loading message printed onto the console, but from what I can tell the exception gets fully resolved in this .catch() block and I can't act on that.
The text was updated successfully, but these errors were encountered:
Apologies if this isn't the right forum; my question is: what is supposed to happen when the
timeout
expires? The return value ofuseFontFaceObserver
doesn't change, and no exceptions get thrown. The only thing I can make happen is getting theAn error occurred during font loading
message printed onto the console, but from what I can tell the exception gets fully resolved in this.catch()
block and I can't act on that.The text was updated successfully, but these errors were encountered: