Pascal Fong Kye
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beta/src/content/learn/responding-to-events.md
|
|
@ -588,7 +588,7 @@ export default function LightSwitch() { |
|
|
|
|
|
|
|
</Sandpack> |
|
|
|
|
|
|
|
Alternatively, you could wrap the call into another function, like `<button onClick={() => handleClick()}`: |
|
|
|
Alternatively, you could wrap the call into another function, like `<button onClick={() => handleClick()}>`: |
|
|
|
|
|
|
|
<Sandpack> |
|
|
|
|
|
|
|