server (webui): Fix Premature Submission During IME Conversion #10997
Triggered via pull request
February 20, 2025 12:37
Status
Failure
Total duration
12m 46s
Artifacts
–
server.yml
on: pull_request
server-windows
5m 57s
Matrix: server
Annotations
3 errors and 3 warnings
server (ADDRESS, RelWithDebInfo)
Process completed with exit code 1.
|
server (UNDEFINED, RelWithDebInfo)
Process completed with exit code 1.
|
server (Release)
Process completed with exit code 1.
|
server (ADDRESS, RelWithDebInfo):
examples/server/webui/src/utils/llama-vscode.ts#L43
React Hook useEffect has missing dependencies: 'inputRef' and 'setInputMsg'. Either include them or remove the dependency array. If 'setInputMsg' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
server (UNDEFINED, RelWithDebInfo):
examples/server/webui/src/utils/llama-vscode.ts#L43
React Hook useEffect has missing dependencies: 'inputRef' and 'setInputMsg'. Either include them or remove the dependency array. If 'setInputMsg' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
server (Release):
examples/server/webui/src/utils/llama-vscode.ts#L43
React Hook useEffect has missing dependencies: 'inputRef' and 'setInputMsg'. Either include them or remove the dependency array. If 'setInputMsg' changes too often, find the parent component that defines it and wrap that definition in useCallback
|