Sébastien Jalliffier Verne
Sébastien Jalliffier Verne
## 🐛 Bug Report When exiting `jest --watch` (by pressing `q`), the server doesn't seem to stop. ## To Reproduce ```js // jest-puppeteer.config.js module.exports = { server: { command: 'python...
**Describe the bug** `canDrop` triggered without items with react 18 createRoot. **Reproduction** [Live Reproduction](https://codesandbox.io/s/interesting-sun-gpy787?file=/src/TargetBox.tsx) Codesandbox copied from [native files example](https://react-dnd.github.io/react-dnd/examples/other/native-files) and updated to: * use react 18 `createRoot` function (see...