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

贡献者指南