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 3fe82fa commit bb756adCopy full SHA for bb756ad
src/py/reactpy/reactpy/core/_life_cycle_hook.py
@@ -41,12 +41,8 @@ class LifeCycleHook:
41
42
.. testcode::
43
44
- from reactpy.core.hooks import (
45
- current_hook,
46
- LifeCycleHook,
47
- COMPONENT_DID_RENDER_EFFECT,
48
- )
49
-
+ from reactpy.core._life_cycle_hooks import LifeCycleHook
+ from reactpy.core.hooks import current_hook, COMPONENT_DID_RENDER_EFFECT
50
51
# this function will come from a layout implementation
52
schedule_render = lambda: ...
0 commit comments