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 8025a9d commit f4cc713Copy full SHA for f4cc713
CHANGELOG.md
@@ -11,7 +11,7 @@ const fooActivity = createAtomActivity<FooStep, MyGlobalState, FooStateState>({
11
})
12
13
// New syntax
14
-const fooActivity = createAtomActivity<FooStep, MyGlobalState, FooStateState>('some', {
+const fooActivity = createAtomActivity<FooStep, MyGlobalState, FooStateState>('foo', {
15
init: /* ... */,
16
handler: /* ... */,
17
0 commit comments