-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Milestone
Description
I noticed that when a consuming typescript app uses the strictNullChecks compiler option, errors are thrown during build time. I'm seeing this issue in the following component demos in react-integration:
- AccordionDemo/AccordionDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationGreenStaticRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationInvertedRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSimpleBottomDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSimpleDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSimpleRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSimpleRightGreenDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSmallDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSmallRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSmallStaticBottomDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSmallStaticDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSmallStaticRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationStaticBottomDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationStaticDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationStaticInvertedRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationStaticRightDemo.tsx
- SelectDemo/SelectDemo.tsx
- TableDemo/TableActionsDemo.tsx
- TableDemo/TableSortableForCompoundExpandableDemo.tsx
It seems like a big list, but I think the problem for charts is the same one repeated in all of the chart demos. That said, I don't guess this will be a trivial fix.
Below is an example of how the error can manifest:
