We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b187cc commit 494b311Copy full SHA for 494b311
docs/source/examples/slideshow.py
@@ -5,7 +5,7 @@
5
def Slideshow():
6
index, set_index = idom.hooks.use_state(0)
7
8
- async def next_image(event):
+ def next_image(event):
9
set_index(index + 1)
10
11
return idom.html.img(
0 commit comments