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 ca54d4d commit 5b12bf6Copy full SHA for 5b12bf6
docs/chapter-5/exercise-1/actions.ts
@@ -1,4 +1,4 @@
1
const deleteCategory = createAction(
2
"[Category List] Delete Category",
3
- props<string>()
+ props<{name: string}>()
4
);
0 commit comments