An open API service indexing awesome lists of open source software.

https://github.com/osa413/nestjs-bug-swagger-api-property

An interesting bug I found
https://github.com/osa413/nestjs-bug-swagger-api-property

Last synced: about 1 year ago
JSON representation

An interesting bug I found

Awesome Lists containing this project

README

          

Steps to reproduce:

1. `docker-compose up -d`
2. `npm i`
3. `npm start`

You should see
```
Error: A circular dependency has been detected (property key: "id"). Please, make sure that each side of a bidirectional relationships are using lazy ("type: () => ClassType").
```