drawdb-io/drawdb

[BUG]: Show error for circular type references

Ouverte

#615 ouverte le 4 oct. 2025

 (5 commentaires) (0 réaction) (0 personne assignée)JavaScript (3 008 forks)batch import
hacktoberfest

Métriques du dépôt

Stars
 (37 208 étoiles)
Métriques de merge PR
 (Merge moyen 16h 36m) (19 PRs mergées en 30 j)

Description

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

Guide contributeur