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
For example, BreadcrumbJsonLd type intellisense of itemListElements is not fully supported, the value type of itemListElements is lost. After investigation, exported breadcrumb.d.ts use ItemListElements type from src/types, there is no target file after bundled package.
Describe the bug
For example,
BreadcrumbJsonLd
type intellisense ofitemListElements
is not fully supported, the value type ofitemListElements
is lost. After investigation, exported breadcrumb.d.ts useItemListElements
type fromsrc/types
, there is no target file after bundled package.Reproduction
https://unpkg.com/browse/[email protected]/lib/jsonld/breadcrumb.d.ts
Expected behavior
Supported fully type intellisense.
The text was updated successfully, but these errors were encountered: