Ryan Driscoll
Ryan Driscoll
@feluxe the issue happens when trying to use the service worker implementation, which is supposed to be imported like this: `import { Document } from 'react-pdf/dist/esm/entry.webpack';` somewhat related... @wojtekmaj ,...
thanks for addressing this issue! sharing what I did to get node v14.17.5 working on m1 without rosetta: 1. updated nvm to the most recent version 2. nvm install v14.17.5...
Here's a repro of the issue: https://github.com/RyanDriscoll/react-filterable-table-issue-repro After sorting, a chunk of inputs all appear blank but inspecting them shows that they do have the 'checked' attribute. I think I...
> Makes sense to me! As a followup, would this be a good candidate for a UI test? Just brainstorming how we could cover these weird edge cases in the...
> I could be way off, but I was under the impression we'd eventually deprecate the enroll page and clicking the button would enroll the logged in user on the...
make sure `@testing-library/dom` is installed in your project. that fixed it for me
@codex review
@codex review
> so that level builders could add this to test levels ([EXPERIMENTAL, LEVELBUILDER USE ONLY] is what we settled on to be clear it's not ready for production). @drizco Is...