Skip to content

Commit 2a43252

Browse files
author
xinju
committed
fix: remove deprecated code
1 parent 26741e8 commit 2a43252

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

.pnpm-debug.log

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"0 debug pnpm:scope": {
3+
"selected": 1
4+
},
5+
"1 info pnpm": {
6+
"err": {
7+
"name": "Error",
8+
"message": "not found: o",
9+
"code": "ENOENT",
10+
"stack": "Error: not found: o\n at getNotFoundError (/Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:41689:51)\n at Function.whichSync [as sync] (/Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:41766:13)\n at getCommandAbsolutePathSync (/Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:43331:44)\n at default_1 (/Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:43340:32)\n at /Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:179453:39"
11+
}
12+
},
13+
"2 error pnpm": {
14+
"code": "ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL",
15+
"prefix": "/Users/lx/Desktop/project/标准/dt-react-component",
16+
"err": {
17+
"name": "pnpm",
18+
"message": "not found: o",
19+
"code": "ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL",
20+
"stack": "Error: not found: o\n at getNotFoundError (/Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:41689:51)\n at Function.whichSync [as sync] (/Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:41766:13)\n at getCommandAbsolutePathSync (/Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:43331:44)\n at default_1 (/Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:43340:32)\n at /Users/lx/.cache/node/corepack/pnpm/6.32.12/dist/pnpm.cjs:179453:39"
21+
}
22+
}
23+
}

src/chat/gradientText/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ interface IGradientTextProps {
77
className?: string;
88
gradient?: boolean;
99
}
10-
/**
11-
* @deprecated 从 rc 中同步过来,切勿直接修改该组件
12-
*/
10+
1311
export default function GradientText({
1412
className,
1513
gradient,

0 commit comments

Comments
 (0)