Excessive stack depth
See original GitHub issueIssue type:
[ ] question [x ] bug report [ ] feature request [ ] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[x ] mysql
/ mariadb
[ ] oracle
[ ] postgres
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[ x] latest
[ ] @next
[ ] 0.x.x
(or put your version here)
Steps to reproduce or a small repository showing the problem:
When starting my application running ts-node src/server.ts , I get the following error:
TSError: ⨯ Unable to compile TypeScript: error TS2321: Excessive stack depth comparing types ‘any’ and ‘FindConditions<T>’.
Do you have any idea where this comes from and what I can do about it?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Excessive stack depth comparing types with TS 3.2 #29112
TSError: ⨯ Unable to compile TypeScript: error TS2321: Excessive stack depth comparing types 'any' and 'ListIterateeCustom<T, boolean>'. error ...
Read more >Typescript 4.5 excessive stack depth comparing types
I want to understand the use case because a recent feature request to turn string literals to numeric literals was declined, and this...
Read more >Excessive stack usage when unwinding the stack when a c++ ...
I would say this is the expected behaviour. On 32 bit windows (VS 2019), the stack depth is the same for each catch...
Read more >type-graphql/Lobby - Gitter
Well, for a projection I have to use MongoRepository, and this is blocked by the [at-loader] TS2321: Excessive stack depth comparing types ......
Read more >InternalError: too much recursion - JavaScript - MDN Web Docs
The JavaScript exception "too much recursion" or "Maximum call stack size exceeded" occurs when there are too many function calls, or a function...
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 Free
Top 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
Sure , will provide by tomorrow
Hey @florianislitzer ,
this is an issue related to typescript (see https://github.com/Microsoft/TypeScript/issues/21592 ). Downgrading helped for me - at least for the moment…
All the best