Andrew Kirwin
Andrew Kirwin
Thanks @EWhite613, not starting from scratch, updating a 10 year old project that already uses `ember-cli-sass` :)
3 years later, we're Embroidered, you can close this issue now. Thanks
I think I'm experiencing this issue but not with a screen reader. I am using `element.scrollIntoView()` on the item as I navigate down using the keyboard arrow keys. But, unlike...
Thanks for the codemod. I'm experiencing a dead-end when I run it ``` Build Error (TemplateTagCodemodPlugin) unknown file: Cannot read properties of undefined (reading 'addComment') ```
Is there any chance you can remove the `/index` from the import paths e.g. prefer: ``` import MyComponent from 'app/components/my-component'; ``` rather than ``` import MyComponent from 'app/components/my-component/index'; ```
We are using pods, but afaik pods is not to do with components. But yes, inside my-component directory would be: ``` index.js index.hbs index.scss ``` This used to be the...
Also experiencing tests failing on random things, for example e.g. ```js await click('button'); console.log(find('.modal')); // randomly null await new Promise((resolve) => setTimeout(resolve, 10)); console.log(find('.modal')); // present ```
> Can now confirm that getting everything in my entire addon chain to 4.x fixes the test failures. Also confirm
Maybe I spoke to soon, still seeing some random ones. Anyone?