JoshWhiteTTD
JoshWhiteTTD
### Basic info: - **Node.js version:** 16.16.0 - **jsdom version:** 20.0.0 It looks like the [modify](https://w3c.github.io/selection-api/#dom-selection-modify) method has been missed/excluded from the JSDOM implementation. At least it doesn't work and...
When using "plugin:jest/recommended" I get the following error: > Expect must be inside of a test block. eslint(jest/no-standalone-expect)  It would be great to have a corresponding eslint plugin to...
### Describe the bug I am trying to manually deselect a row from another part of the UI. In my repro below, this is a button with the following handler....