Skip to content

Commit

Permalink
chore: NIP
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Aug 14, 2024
1 parent 7f9144f commit ba62744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/EffectScope.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Component: React.FC = () => {
<hr />
<button onClick={() => scope.pause()}>pause Scope</button>
<button onClick={() => scope.resume()}>resume Scope</button>
<button onClick={() => scope.stop()}>disabled Scope</button>
<button onClick={() => scope.stop()}>stop Scope</button>
</div>
)
}

0 comments on commit ba62744

Please sign in to comment.