You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to this issue babel/babel#6010, the editor fails to initiate because this always returns true even when it shouldn't. Another piece of code with the same issue is here. Changing observablePropertiesSymbol in this to this[observablePropertiesSymbol] and observablePropertiesSymbol in observable to observable[observablePropertiesSymbol] makes the editor work fine.
I am aware it only supports modern browsers however without these changes it does not work on mobile apps built with Meteor or any other tool that adds this polyfil. As it's a simple fix, please consider making these changes 🙂
✔️ Expected result
Editor works with Symbol polyfil.
❌ Actual result
Editor doesn't load at all.
The text was updated successfully, but these errors were encountered:
📝 Provide detailed reproduction steps (if any)
Due to this issue babel/babel#6010, the editor fails to initiate because this always returns true even when it shouldn't. Another piece of code with the same issue is here. Changing
observablePropertiesSymbol in this
tothis[observablePropertiesSymbol]
andobservablePropertiesSymbol in observable
toobservable[observablePropertiesSymbol]
makes the editor work fine.I am aware it only supports modern browsers however without these changes it does not work on mobile apps built with Meteor or any other tool that adds this polyfil. As it's a simple fix, please consider making these changes 🙂
✔️ Expected result
Editor works with Symbol polyfil.
❌ Actual result
Editor doesn't load at all.
The text was updated successfully, but these errors were encountered: