Dmitry Vashchilov
Dmitry Vashchilov
Before `convertFromHtml` the content looks like this: ``` ``` but after conversion it remove all the inline styles from the span with ` ` (like a font size in this...
I got `TypeError: Cannot read property 'appendChild' of null` here https://github.com/braintree/braintree-web-drop-in/blob/913dfb4548fd12415906a1fc5ab9589df5e11423/src/views/main-view.js#L182 I guess that's because `setPrimaryView` is called in `setTimeout` https://github.com/braintree/braintree-web-drop-in/blob/913dfb4548fd12415906a1fc5ab9589df5e11423/src/views/main-view.js#L94-L96 and we can actually have no element with `lower-container`...