facebookarchive / flux

Application Architecture for Building User Interfaces
https://facebookarchive.github.io/flux/
Other
17.47k stars 3.46k forks source link

React 16.x support (TypeScript) #442

Closed ruslanchek closed 2 years ago

ruslanchek commented 6 years ago

I getting lots of these errors: ERROR in [at-loader] ./node_modules/@types/flux/node_modules/@types/react/index.d.ts:2762:13 TS2403: Subsequent variable declarations must have the same type. Variable 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'HTMLProps<HTMLAnchorElement>'.

yangshun commented 2 years ago

We support React 17+ in flux@4.0.0 now, this issue should not be irrelevant anymore.