Open gedinakova opened 2 years ago
@HUSSAR-mtrela The issue has to do with the API. The property links use "classes" instead of "interfaces"
@gmurray81 do you know why API Mapping or xplat transformer is trying to link to DateRangeDescriptor class: https://staging.infragistics.com/products/ignite-ui-web-components/docs/typescript/latest/classes/DateRangeDescriptor.html instead of DateRangeDescriptor interface: https://staging.infragistics.com/products/ignite-ui-web-components/docs/typescript/latest/interfaces/DateRangeDescriptor.html
@gmurray81 this still issue occurs in API mapping and let me know how can we fix this issue with Classes vs Interfaces?
@HUSSAR-mtrela it's because we map that one from an interface to a class in the API maps for Blazor reasons. I think we'll have to track if it was originally an interface down at the WC level in the API maps so that we know how to resolve the link properly