Commit a3692a0
authored
fix(jac-client): add missing MouseEvent param to onToggleMode lambda (#5567)
## Summary
- Add `_e: MouseEvent` parameter to the `onToggleMode` lambda in the
fullstack template's `frontend.cl.jac` to match the `MouseEventHandler`
signature expected by `AuthForm`
- Fixes `E1100` type error on `jac check`
- Tick small refactors count in release notes
## Test plan
- [ ] `jac check
jac-client/jac_client/templates/fullstack/frontend.cl.jac` no longer
reports E1100 on line 1961 parent 0e90f87 commit a3692a0
File tree
2 files changed
+2
-2
lines changed- docs/docs/community/release_notes
- jac-client/jac_client/templates/fullstack
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments