File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -209,11 +209,13 @@ async def test_imported_components_can_render_children(display: DisplayFixture):
209209
210210
211211async def test_keys_properly_propagated (display : DisplayFixture ):
212- """ Addresses issue #1271
213- The "key" property was being lost in its propagation from
214- the server-side ReactPy definition to the front-end JavaScript.
215- This is a critical issue for the proper functionality of
216- certain components, such as the GridLayout from
212+ """
213+ Fix https://github.com/reactive-python/reactpy/issues/1275
214+
215+ The `key` property was being lost in its propagation from the server-side ReactPy
216+ definition to the front-end JavaScript.
217+
218+ This property is required for certain JS components, such as the GridLayout from
217219 react-grid-layout.
218220 """
219221 module = reactpy .web .module_from_file (
You can’t perform that action at this time.
0 commit comments