jquense/react-widgets

Chrome crashes when using DropdownList Component

Opened this issue · 4 comments

could it be a similar issue to angular/components#28905 ?

We used https://www.npmjs.com/package/patch-package and created a patch that removes all aria-* attributes from the component as a hotfix

Presumably Chrome will have this fixed ASAP, would recommend patch package if necessary. I'm not going to cut a release ripping out ARIA properties b/c:

  • it will be made obsolete in a day or too
  • it likely won't fix the issue unless this is the only thing in our app using ARIA properties

@jquense seems like the right call. It's been patched and should be out soon