Skip to content

Commit 8b5865d

Browse files
committed
version: react -> 19
1 parent 4a8f25a commit 8b5865d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/development/keep-alive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ return (
5757

5858
## 查看效果
5959

60-
`/home/alive` 页的输入框输入一个数字,切换到其他页面,再切换回来,看看数字是否仍然在
60+
[示例页](https://template.react-antd-console.site/home/alive) 输入框输入一个数字,切换到其他页面,再切换回来,看看数字是否仍然在

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"i18next": "^25.1.2",
4949
"immer": "^10.1.1",
5050
"nprogress": "^0.2.0",
51-
"react": "^0.0.0-experimental-8ce15b0f-20250522",
51+
"react": "^19.1.0",
5252
"react-contexify": "^6.0.0",
53-
"react-dom": "^0.0.0-experimental-8ce15b0f-20250522",
53+
"react-dom": "^19.1.0",
5454
"react-i18next": "^15.5.1",
5555
"react-router": "^7.6.0",
5656
"react-router-toolset": "^0.0.9",

src/pages/alive/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Alive = () => {
3131
<p>
3232
朋友,我看你似乎对多标签的 KeepAlive 感兴趣,<a href="https://doc.react-antd-console.site/development/keep-alive.html" target="blank" onClick={() => {
3333
setShowAd(true);
34-
}}>点击查看文档</a>以启用。
34+
}}>点击查看文档</a> 以启用。
3535
</p>
3636
{showAd && (
3737
<p style={{ fontSize: '18px', fontWeight: 'bold' }}>如果你觉得这个项目对你有帮助,欢迎给我点个 <a href="https://github.com/diandian18/react-antd-console" target="blank">Star</a>,感谢你的支持!</p>

0 commit comments

Comments
 (0)