export function useCodeTreeState(id: string, open: string) { return useState(`code-tree-${id}`, () => open); }