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 41c2431 commit f681e1bCopy full SHA for f681e1b
src/py/reactpy/reactpy/core/_life_cycle_hook.py
@@ -40,7 +40,7 @@ class LifeCycleHook:
40
41
.. testcode::
42
43
- from reactpy.core._life_cycle_hooks import LifeCycleHook
+ from reactpy.core._life_cycle_hook import LifeCycleHook
44
from reactpy.core.hooks import current_hook, COMPONENT_DID_RENDER_EFFECT
45
46
# this function will come from a layout implementation
0 commit comments