You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Version Updates
Merging this PR will release new versions of the following packages
based on your change files.
# @matechat/react
## [0.1.0-alpha.7]
### Performance Improvements
- 36ca7eb Wrap all `useChat` hooks with `useCallback` to avoid
re-rendering.
Co-authored-by: fu050409 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## \[0.1.0-alpha.7]
4
+
5
+
### Performance Improvements
6
+
7
+
-[`36ca7eb`](https://github.com/DevCloudFE/matechat-react/commit/36ca7eb9900a9e484a1b083f881e6d49e431e24a) Wrap all `useChat` hooks with `useCallback` to avoid re-rendering.
0 commit comments