codex-team/editor.js

[Bug] Polyfill promise conflict

Open

#1,634 建立於 2021年4月8日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (1,985 fork)batch import
buggood first issue

倉庫指標

Star
 (26,602 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

This package seems to polyfill window.Promise, regardless of whether window.Promise already exists. This is causing problems as we are using and relying on our own polyfill (bluebird.js), but this is being replaced if I call new EditorJS().

貢獻者指南