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
Currently, we have to use the .default before every property of is, because we're on an older version of @sindresorhus/is that doesn't set up ESM defaults properly yet. An example for this can be found in src/search.ts.
By bumping @sindresorhus/is to latest, we could avoid this.
Currently, we have to use the
.default
before every property ofis
, because we're on an older version of@sindresorhus/is
that doesn't set up ESM defaults properly yet. An example for this can be found insrc/search.ts
.By bumping
@sindresorhus/is
to latest, we could avoid this.See also: @JoshuaKGoldberg in #204 (comment)
The text was updated successfully, but these errors were encountered: