drawdb-io/drawdb

[BUG]: Show error for circular type references

Offen

#615 geöffnet am 04.10.2025

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (3.008 Forks)batch import
hacktoberfest

Repository-Metriken

Stars
 (37.208 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16h 36m) (19 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide