mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-22 12:01:39 -07:00
feat(ux) Expandable (ctrl-O) and scrollable approvals in alternate buffer mode. (#17640)
This commit is contained in:
@@ -11,7 +11,7 @@ import React from 'react';
|
||||
// times in the same function.
|
||||
export const useStateAndRef = <
|
||||
// Everything but function.
|
||||
T extends object | null | undefined | number | string,
|
||||
T extends object | null | undefined | number | string | boolean,
|
||||
>(
|
||||
initialValue: T,
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user