-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Labels
Breaking change 💥this change requires a major release and has API changes.this change requires a major release and has API changes.
Milestone
Description
I noticed that when a consuming typescript app uses the noImplicitAny compiler option, errors are thrown during build time. I'm seeing this issue in the following component demos in react-integration:
- AboutModal/AboutModalDemo.tsx
- AccordionDemo/AccordionDemo.tsx
- AlertDemo/AlertDemo.tsx
- ApplicationLauncherDemo/ApplicationLauncherDemo.tsx
- CheckboxDemo/CheckboxDemo.tsx
- ChipGroupDemo/ChipGroupDefaultIsOpenDemo.tsx
- ChipGroupDemo/ChipGroupDemo.tsx
- ContextSelectorDemo/ContextSelectorDemo.tsx
- DataToolbarDemo/DataToolbarDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationGreenStaticRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationInvertedRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSimpleRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSimpleRightGreenDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSmallRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationSmallStaticRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationStaticInvertedRightDemo.tsx
- DonutUtilizationChartDemo/DonutUtilizationStaticRightDemo.tsx
- FormDemo/FormDemo.tsx
- FormSelectDemo/FormSelectDemo.tsx
- InputGroupDemo/InputGroupDemo.tsx
- NavDemo/NavDemo.tsx
- NotificationBadgeDemo/NotificationBadgeDemo.tsx
- OptionsMenuDemo/OptionsMenuDemo.tsx
- OverflowMenuDemo/OverflowMenuDemo.tsx
- PaginationDemo/PaginationDemo.tsx
- RadioDemo/RadioDemo.tsx
- SelectDemo/SelectDemo.tsx
- SwitchDemo/SwitchDemo.tsx
- TableDemo/TableSelectableDemo.tsx
- TableDemo/TableSortableDemo.tsx
- TableDemo/TableSortableForCompoundExpandableDemo.tsx
- TabsDemo/TabsDemo.tsx
- TabsDemo/TabsStringEventKeyDemo.tsx
- TextInputDemo/TextInputDemo.ts
Below is an example of how the error can manifest:
Metadata
Metadata
Assignees
Labels
Breaking change 💥this change requires a major release and has API changes.this change requires a major release and has API changes.
