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
I installed the v3-next-major-spec version in Glee and got these errors.
node_modules/@asyncapi/parser/esm/models/v3/asyncapi.d.ts:12:39 - error TS2307: Cannot find module 'models/schemas' or its corresponding type declarations.
12 import type { SchemasInterface } from 'models/schemas';
~~~~~~~~~~~~~~~~
Describe the bug
I installed the
v3-next-major-spec
version in Glee and got these errors.How to Reproduce
I am facing this issue in this GitHub Action.
Expected behavior
models/schemas
should be a local reference.The text was updated successfully, but these errors were encountered: