2.1.3 breaks TypeScript build
See original GitHub issueERROR in [at-loader] ./node_modules/react-toastify/index.d.ts:23:16
TS2304: Cannot find name 'Transition'.
ERROR in [at-loader] ./node_modules/react-toastify/index.d.ts:37:37
TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
I think there need to be imports for React and Transition.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:23 (12 by maintainers)
Top Results From Across the Web
Documentation - TypeScript 3.9
Each of these pull requests gains about a 5-10% reduction in compile times ... This is a breaking change, but we believe most...
Read more >sequelize-typescript - npm
Create a new branch. Run tests locally ( npm install && npm run build && npm run cover ) and ensure your commits...
Read more >The Angular Compiler requires TypeScript >=3.4.0 and <3.5.0 ...
Went to the Angular 9 breaking changes; Searched for typescript version and found that it supports only 3.7; Edit my typescript version in ......
Read more >Configuring a Node.js Application on CircleCI
Building and Testing with JavaScript and Node.js on CircleCI. ... This key is used to issue warnings about breaking changes. version: 2.1.
Read more >karma-typescript - npm Package Health Analysis - Snyk
Run unit tests written in Typescript with full type checking, seamlessly without extra build steps or scripts. Get remapped test coverage with Istanbul....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
works now @me
Fix pushed. Anything is ok for you now ?