-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Avoid using svelte store get in useSelector. * Add changeset. * Reorder assigning the local variable and calling `set` with that value * Tweak changeset Co-authored-by: Mateusz Burzyński <[email protected]>
- Loading branch information
1 parent
5e0808e
commit 44719c2
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@xstate/svelte': patch | ||
--- | ||
|
||
Improve performance of the `useSelector` by avoiding `get` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters