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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling with type definition for the
error
argument inhandleTranslationError
(onError
callback).Here is the function definition:
and the provider:
I can see that the error can be one of the following types:
, so I thought that I will declare my type, like so:
, but
FormatError
is not exported (all other ones are). Can anyone push me into the right direction, please?Beta Was this translation helpful? Give feedback.
All reactions