Skip to content

Commit 15b6afb

Browse files
committed
Add missing changelog entry
1 parent fabfb88 commit 15b6afb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Don't forget to remove deprecated code on each major release!
101101
- Fixed a bug where script elements would not render to the DOM as plain text.
102102
- Fixed a bug where the `key` property provided within server-side ReactPy code was failing to propagate to the front-end JavaScript components.
103103
- Fixed a bug where `RuntimeError("Hook stack is in an invalid state")` errors could be generated when using a webserver that reuses threads.
104+
- Fixed a bug where events (server to client, and client to server) could be lost during rapid actions.
104105
- Allow for ReactPy and ReactJS components to be arbitrarily inserted onto the page with any possible hierarchy.
105106

106107
## [1.1.0] - 2024-11-24

0 commit comments

Comments
 (0)