drawdb-io/drawdb
[BUG]: Show error for circular type references
Aberta
#615 aberto em 4 de out. de 2025
hacktoberfest
Métricas do repositório
- Stars
- (37.208 estrelas)
- Métricas de merge de PR
- (Mesclagem média 16h 36m) (19 fundiu PRs em 30d)
Description
To Reproduce Steps to reproduce the behavior:
- create type_1
- create type_2
- add a field in type_1 with type type_2
- add a field in type_2 referencing type_1
Expected behavior An error should appear in the issues box in the side bar
Additional context
The solution should be added in issues.js