igniteui-cli icon indicating copy to clipboard operation
igniteui-cli copied to clipboard

Errors and warnings in AngularWrapper and ReactWrapper samples

Open IvayloG opened this issue 7 years ago • 0 comments

ReactWrappers

  • [ ] Add igExcel and igExcelExporter dependencies in the ReactTemplate

  • [ ] Combo sample drows warning, because of updates to the dataSource: Warning: Failed prop type: Invalid prop dataSource of type array supplied to <<anonymous>>, expected object.

  • [ ] Doughnut chart sample --> Warning: Failed prop type: Invalid prop series[0].formatLabel of type function supplied to <<anonymous>>, expected object.

  • [ ] Other chart types (radial, pie, scatter.etc) generate console errors.

  • [ ] Exporting-hierarchical grid -_> Warning: Failed prop type: The prop id is marked as required in <<anonymous>>, but its value is undefined.

  • [ ] grid-exporting -> "Uncaught ReferenceError: saveAs is not defined" when trying to export

  • [ ] Tree-grid-exporting --> Uncaught ReferenceError: saveAs is not defined

AngularWrappers

  • [x] LineChartComponen -->ERROR TypeError: Cannot read property 'isDateTime' of null -->Specific issue is logged at: https://github.com/IgniteUI/igniteui-angular-wrappers/issues/274

  • [ ] Combo --> TypeError: Cannot set property value of [object Object] which has only a getter --> Specific issue is logged at: https://github.com/IgniteUI/igniteui-angular-wrappers/issues/275

IvayloG avatar May 15 '18 11:05 IvayloG