We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabfb88 commit 15b6afbCopy full SHA for 15b6afb
1 file changed
CHANGELOG.md
@@ -101,6 +101,7 @@ Don't forget to remove deprecated code on each major release!
101
- Fixed a bug where script elements would not render to the DOM as plain text.
102
- Fixed a bug where the `key` property provided within server-side ReactPy code was failing to propagate to the front-end JavaScript components.
103
- 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.
105
- Allow for ReactPy and ReactJS components to be arbitrarily inserted onto the page with any possible hierarchy.
106
107
## [1.1.0] - 2024-11-24
0 commit comments