mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
1. Bogus trailing } and > are now detected in JSX. 2. Properties that are overwritten in JSX are now detected. For react-motion, note that the fix correctly started to use a previously unused attribute `style`, which exposes a type error in the tests: ``` config.style: number | OpaqueConfig ``` but the test assigns it to ``` div.style: string | number ``` I squelched the error with a cast to `number`, but probably either the test or the types are actually wrong. |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| react-motion-tests.tsx | ||
| tsconfig.json | ||
| tslint.json | ||