drawdb-io/drawdb

[BUG]: Show error for circular type references

Aperta

#615 aperta il 4 ott 2025

 (5 commenti) (0 reazioni) (0 assegnatari)JavaScript (3008 fork)batch import
hacktoberfest

Metriche repository

Star
 (37.208 stelle)
Metriche merge PR
 (Merge medio 16h 36m) (19 PR mergiate in 30 g)

Descrizione

To Reproduce Steps to reproduce the behavior:

  1. create type_1
  2. create type_2
  3. add a field in type_1 with type type_2
  4. 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

Guida contributor