drawdb-io/drawdb

[BUG]: Show error for circular type references

オープン

#615 opened on 2025/10/04

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (3,008 件のフォーク)batch import
hacktoberfest

Repository metrics

Stars
 (37,208 個のスター)
PR merge metrics
 (平均マージ 16h 36m) (30d で 19 merged PRs)

説明

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

コントリビューターガイド