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
So I've been playing around with building a simple markdown component and that component uses showdown.js now I've started noticing weird behaviour where the callstack would randomly jump into showdown.js and it's due to the fact that both libraries have a forEach global where showdown wins as it's loaded after. It's defined in the lang.js file.
Does it really need to be a global? Showdown is global crazy but it'd be nice if polymer didn't create any globals.
The text was updated successfully, but these errors were encountered:
So I've been playing around with building a simple markdown component and that component uses showdown.js now I've started noticing weird behaviour where the callstack would randomly jump into showdown.js and it's due to the fact that both libraries have a
forEach
global where showdown wins as it's loaded after. It's defined in the lang.js file.Does it really need to be a global? Showdown is global crazy but it'd be nice if polymer didn't create any globals.
The text was updated successfully, but these errors were encountered: