fireboomio / fireboom

Fireboom is a visualization API cloud platform designed for developers with the goal of rapidly delivering production-ready APIs.
https://www.fireboom.cloud/
Other
39 stars 2 forks source link

[前端]API 预览页 Rapi 组件卡死 #51

Open AnsonCode opened 10 months ago

AnsonCode commented 10 months ago

Fireboom 预览页使用了 rapidocweb 组件,特殊场景下会导致谷歌浏览器卡死,详情见下图。

image

image 复现条件

  mutation MyQuery($data: ft_PostCreateInput!) {
  ft_createOnePost(data: $data) {
    id
    title
  }
}