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
This expression is not constructable.
Type 'typeof import("file:///<user>/deno/npm/registry.npmjs.org/ajv/8.11.0/dist/ajv")' has no construct signatures. deno-ts(2351)
Strangely enough Ajv has a property default which is the default export, so the following works:
Using the following code:
An error occurs:
Strangely enough Ajv has a property
default
which is the default export, so the following works:The same happens with
ajv-formats
:This throws:
But this works:
The text was updated successfully, but these errors were encountered: