fix(ai): import useMemo (missing since hand-off note refactor)
The handoffNote useMemo I added in the agent-history work referenced useMemo without importing it. Vite was happy at compile time (lazy binding) but the page crashes at first paint with "Can't find variable: useMemo". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
useCallback,
|
useCallback,
|
||||||
useEffect,
|
useEffect,
|
||||||
|
useMemo,
|
||||||
useRef,
|
useRef,
|
||||||
useState,
|
useState,
|
||||||
} from "react"
|
} from "react"
|
||||||
|
|||||||
Reference in New Issue
Block a user