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 cc3645c commit e2b3523Copy full SHA for e2b3523
docs/source/life-cycle-hooks.rst
@@ -79,7 +79,7 @@ first render of an element, but will be disregarded in all following renders:
79
80
.. code-block::
81
82
- state, set_state = use_state(lambda: some_expensive_computation(*args, **kwargs))
+ state, set_state = use_state(lambda: some_expensive_computation(a, b, c))
83
84
85
Skipping Updates
0 commit comments