mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 大规模清理 claude 的类型问题及依赖
This commit is contained in:
@@ -158,7 +158,7 @@ function ExplanationResult(t0) {
|
||||
const {
|
||||
promise
|
||||
} = t0;
|
||||
const explanation = use(promise);
|
||||
const explanation = use(promise) as PermissionExplanationType | null;
|
||||
if (!explanation) {
|
||||
let t1;
|
||||
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
|
||||
|
||||
Reference in New Issue
Block a user