You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/about/changelog.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ Unreleased
100
100
101
101
**Fixed**
102
102
103
+
- Fixed a flaky test issue in ``test_subcomponent_notation`` where react-bootstrap components would fail to initialize due to a race condition in ESM module loading from esm.sh. The fix pins esm.sh to v135 and explicitly imports react-is to ensure proper dependency resolution order.
103
104
- :pull:`1239` - Fixed a bug where script elements would not render to the DOM as plain text.
104
105
- :pull:`1271` - Fixed a bug where the ``key`` property provided within server-side ReactPy code was failing to propagate to the front-end JavaScript components.
105
106
- :pull:`1254` - Fixed a bug where ``RuntimeError("Hook stack is in an invalid state")`` errors could be generated when using a webserver that reuses threads.
0 commit comments