Skip to content

Commit 4ab15d4

Browse files
authored
Update docstring in test_module.py
1 parent b9f50da commit 4ab15d4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/test_web/test_module.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,13 @@ async def test_imported_components_can_render_children(display: DisplayFixture):
209209

210210

211211
async 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(

0 commit comments

Comments
 (0)