alexcanessa / typescript-coverage-report

Node command tool to generate TypeScript coverage report
MIT License
489 stars 31 forks source link

Bug: deprecation error #160

Open fabulousgk opened 4 months ago

fabulousgk commented 4 months ago

Describe the bug It appears that one of the dependencies is about to introduce a breaking change.

To Reproduce Command and options used to reproduce the behaviour: Run script

Expected behaviour A clear and concise description of what you expected to happen. no warnings printed

Screenshots

Warning: Table: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
    at Table (/Users/brian/Repositories/SparkBot/SparkBot/node_modules/semantic-ui-react/dist/commonjs/collections/Table/Table.js:40:24)
    at div
    at Container (/Users/brian/Repositories/SparkBot/SparkBot/node_modules/semantic-ui-react/dist/commonjs/elements/Container/Container.js:24:24)
    at SummaryPage (/Users/brian/Repositories/SparkBot/SparkBot/node_modules/typescript-coverage-report/dist/components/SummaryPage/SummaryPage.js:11:25)

Environment

Additional context Add any other context about the problem here.