drawdb-io/drawdb

[BUG]: Show error for circular type references

開放

#615 建立於 2025年10月4日

 (5 則留言) (0 個反應) (0 位負責人)JavaScript (3,008 個分叉)batch import
hacktoberfest

倉庫指標

星標
 (37,208 顆星)
PR 合併指標
 (平均合併 16小時 36分鐘) (30 天內合併 19 個 PR)

描述

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

貢獻者指南