mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
eec7cc4ea7
`useEffect` type is not compatible with later versions of Typescript. (I tried with Typescript 5.2, I didn't check which specific version had the breaking change) This prevents other projects using owl (such as o-spreadsheet) to upgrade their own version of Typescript. `<T extends [...T]>` raises the two following errors: `Type parameter 'T' has a circular constraint.ts(2313)` `A rest element type must be an array type.`