Matthijs Rijken

Results 2 comments of Matthijs Rijken

We had this in our NextJS app as wel, in a utility function. Doing `const ExcelJS = await import('exceljs');` seems to have fixed it for us.

I did indeed get it working using `getByTitle`. However, since Chromium does report the `name` property in the Accessibility properties for the `section`, it was my expectation that `getByRole` would...