Files
yaak-mountain-loop/src-web
Gregory Schier 2b43407ddf Fix gRPC autocomplete schema not being applied
Two issues fixed:

1. Initialize stateExtensions with empty object {} instead of undefined.
   When called with no argument, the schema state was undefined, causing
   jsonCompletion() to return [] instead of a proper result object, which
   CodeMirror's autocomplete didn't handle correctly.

2. Change editorView from useRef to useState so the effect that calls
   updateSchema() properly re-runs when the editor view is set. With useRef,
   the effect could run before the editor was mounted or with a stale
   reference when the editor was recreated.
2026-01-10 14:57:28 -08:00
..
2025-11-23 08:38:13 -08:00
2025-11-23 08:38:13 -08:00
2024-10-09 12:00:52 -07:00
2025-11-23 08:38:13 -08:00
2025-11-11 14:11:43 -08:00
2025-06-08 22:48:27 -07:00
2025-11-23 08:38:13 -08:00
2025-12-05 10:03:54 -08:00
2025-10-28 14:03:49 -07:00
2026-01-09 14:23:03 -08:00
2025-07-14 07:35:37 -07:00
2025-11-11 14:11:43 -08:00
2025-11-23 08:38:13 -08:00
2024-12-20 23:49:48 -08:00