You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#18399 Modified the tsconfig of react-popover to use lib: [ES2015] because api extract would on proxy usages in make-styles:
This actually does make sense becuase proxy should not be supported in ES5. The warnings don't happen from TS build, and are only triggered on api extractor.
Similar issue that requires targeting ES2015 for api extractor:
ling1726
changed the title
API extractor warns ES5 incompatible features in react-popover but not react-menu
API extractor warns ES5 incompatible features in some packages
Jun 24, 2021
Hotell
changed the title
API extractor warns ES5 incompatible features in some packages
converged packages need ES2015: API extractor warns ES5 incompatible features in some packages
Jun 28, 2021
#18399 Modified the tsconfig of
react-popover
to uselib: [ES2015]
because api extract would on proxy usages inmake-styles
:This actually does make sense becuase proxy should not be supported in ES5. The warnings don't happen from TS build, and are only triggered on api extractor.
Similar issue that requires targeting ES2015 for api extractor:
The same issue does not happen in react-menu that was modified in the same PR with the same dependencies.
The text was updated successfully, but these errors were encountered: