codex-team/editor.js

[Bug] Polyfill promise conflict

Ouverte

#1 634 ouverte le 8 avr. 2021

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (1 985 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (26 602 étoiles)
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