Skip to content

Commit

Permalink
docs(signal-slice): add experimental warning for action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamorony committed Jul 17, 2024
1 parent b38246c commit 45e84b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/content/docs/utilities/Signals/signal-slice.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ subject.
## Action Updates
:::caution Action Updates are currently experimental, the API may be changed or removed entirely. Please feel free to reach out to joshuamorony with feedback or open an issue. :::
Each `actionSource` will have an equivalent `Updated` version signal automatically generated that will be incremented each time the `actionSource` emits or completes, e.g:
```ts
Expand Down

0 comments on commit 45e84b6

Please sign in to comment.