Commit c2d24e4
committed
chore: release v0.50.1 — lint fix for React Compiler strict dep check
v0.50.0 tag was pushed but CI Build & Package job failed at the lint step:
MessageInput.tsx:184:36 "Compilation Skipped: Existing memoization could
not be preserved" — React Compiler rejected the handleSubmit useCallback
because its manually specified dep array didn't include setInputValue.
The draft-persistence change in v0.50.0 turned setInputValue into a
useCallback-wrapped function, and the dep list wasn't updated.
Fix shipped in commit 9e8c11a. No user-facing feature changes from v0.50.0.
The v0.50.0 tag is retained as a historical record (no published Release
was created by CI because lint failed before the release step).1 parent 9e8c11a commit c2d24e4
3 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments