codex-team/editor.js

[Bug] Polyfill promise conflict

Open

#1.634 aberto em 8 de abr. de 2021

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (1.985 forks)batch import
buggood first issue

Métricas do repositório

Stars
 (26.602 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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().

Guia do colaborador