codex-team/editor.js

[Bug] Polyfill promise conflict

オープン

#1,634 opened on 2021/04/08

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (1,985 件のフォーク)batch import
buggood first issue

Repository metrics

Stars
 (26,602 個のスター)
PR merge metrics
 (30d に merged 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().

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