IgniteUI / igniteui-xplat-docs

cross-platform docs for Ignite UI for Angular, Blazor, React, and WebComponents
9 stars 4 forks source link

Code snippets using `IgcGridComponent` word are not rendered for WC docs. #1257

Closed skrustev closed 4 months ago

skrustev commented 4 months ago

If a code snippet contains a cast for example like bellow, the whole code snippet is removed from the generated topic:

var hierarchicalGrid = this.hierarchicalGrid = document.getElementById('hierarchicalGrid') as IgcGridComponent;
skrustev commented 4 months ago

This appears to be not a bug maybe, since this is for HierarchicalGrid and the type should be IgcHierarchicalGridComponent