Skip to content

Commit cb1e225

Browse files
committed
docs: update react guide
1 parent 8452332 commit cb1e225

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/assets/guide/en/Developer_Ecology/react.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Also note:
6363
- React 19 removes `react-dom.findDOMNode`. If a third-party component depends on it (older Popover/Trigger implementations), it will throw in React 19. Upgrade the UI library or replace the implementation.
6464
- Typical error: `findDOMNode is not a function`
6565

66+
#### 4) React19 Demo
67+
react 19 demo project: https://github.com/fangsmile/vtable-react19-demo-project
68+
6669
### Install
6770

6871
#### Install using the package manager

docs/assets/guide/zh/Developer_Ecology/react.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ React-VTable 支持的“自定义单元格”常见有两种路径,概念上
6363
- React19 不支持 `react-dom.findDOMNode`,若第三方组件依赖它(例如旧版本 Popover/Trigger),会在 React19 下报错,需要升级组件库版本或替换实现
6464
- 典型报错:`findDOMNode is not a function`
6565

66+
#### 4) React19 Demo
67+
react 19的demo项目可访问:https://github.com/fangsmile/vtable-react19-demo-project
68+
6669
### 安装
6770

6871
#### 使用包管理器安装

0 commit comments

Comments
 (0)