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
and it failed type check with Incompatible return value type (got "module", expected "ModuleType"). I think names exported in types.* are appropriate for cases like this?
The text was updated successfully, but these errors were encountered:
Based on this SO question, I tried this code:
and it failed type check with
Incompatible return value type (got "module", expected "ModuleType")
. I think names exported intypes.*
are appropriate for cases like this?The text was updated successfully, but these errors were encountered: