Joshua Bremer
Joshua Bremer
I'm getting this too. I believe this is due to this code: https://github.com/material-components/material-components-web/blob/master/packages/mdc-dom/focus-trap.ts#L135-L136= ```js isProgrammaticallyHidden = style.display === 'none' || style.visibility === 'hidden'; ``` When I run tests using ember.js,...
If someone has a more idiomatic way, I'd love to hear. My solution for now is to add this style to our component: ```scss #ember-testing-container & { [autofocus], [tabindex], a,...
I'm able to recreate this issue too. I believe the difference is that Node 16 now treats these as errors, and Node 14 does not. I was able to work...
Here's a mostly good to go PR: https://github.com/5monkeys/cobertura-action/pull/67