Fix ReactDOM.render usage (#1267)

## Summary
- render popups with createRoot
- document the fix in CHANGELOG

## Testing
- `npm run lint`
- `npm run build`
- `apt run xvfb` *(fails: Invalid operation)*
- `xvfb-run -a npm run test` *(fails: command not found)*

------
https://chatgpt.com/codex/tasks/task_e_686915f46ba883319b83639b6b71cc6b
This commit is contained in:
Bart Louwers
2025-09-07 16:42:40 +02:00
committed by GitHub
parent 3f011a21dc
commit 6f4c34b29a
2 changed files with 30 additions and 8 deletions

View File

@@ -23,6 +23,8 @@
- Fix incorrect handing of network error response (#944)
- Show an error when adding a layer with a duplicate ID
- Replace deprecated `ReactDOM.render` usage with `createRoot` and drop the
`DOMNodeRemoved` cleanup hack
- _...Add new stuff here..._
## 2.1.1