TS2440
error TS2440: Import declaration conflicts with local declaration of ‘
React
‘.
Broken Code ❌
1 |
|
Fixed Code ✔️
You cannot redeclare a module that you are importing, but you can outsource your additional typings to a declaration file in order to apply declaration merging:
1 |
|