onehilltech / ember-cli-mdc

ember-cli addon for material-components-web
Apache License 2.0
44 stars 15 forks source link

Fix mdc-typography compatibility with rootelement #40

Closed mtsgeneroso closed 2 years ago

mtsgeneroso commented 2 years ago

This PR fixes rootElement inside the instance-initializers/typography.js based in the ember doc which says "This property can be specified as either an element [...]"

I'm using this component with ember-cli-storybook and the adapter uses rootElement with an HTMLDivElement.