frenic / csstype

Strict TypeScript and Flow types for style based on MDN data
MIT License
1.73k stars 72 forks source link

New version causes breaks in Definitely Typed package `mui-datatables` #190

Open navya9singh opened 9 months ago

navya9singh commented 9 months ago

The latest version release (3.1.3) caused a break in a Definitely Typed package, mui-datatables. https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/results?buildId=170268&view=logs&j=9d906afe-3eb5-5d79-316d-86f3f3fa360c&t=09716206-abc7-5ba2-2ea2-6c6fe97a3aad&l=5554

We are switching the mui-datatables package to the older version to avoid these breaks for now https://github.com/DefinitelyTyped/DefinitelyTyped/pull/67818. Please make the necessary changes to help fix the issue.

Steps to reproduce

Note: You can reproduce the code by cloning the Definitely Typed repo and stepping into types/<package-name> and running tsc to see the errors.