codex-team/editor.js

[Bug] Polyfill promise conflict

Open

#1 634 ouverte le 8 avr. 2021

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)TypeScript (1 985 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (26 602 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur