You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ The Action Logger addon can be used to display data received by event handlers.
8
8
9
9
You can use this addon without installing it manually.
10
10
11
-
Import the `action` function and use it to create actions handlers. When creating action handlers, provide a name to make it easier to identify.
11
+
Import the `action` function and use it to create actions handlers. When creating action handlers, provide a **name** to make it easier to identify.
12
+
13
+
> *Note: Make sure NOT to use reserved words as function names. [issues#29](https://github.com/storybooks/storybook-addon-actions/issues/29#issuecomment-288274794)*
0 commit comments