mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
chore: fix build (#29671)
* docs: test demo * fix: site build error https://github.com/react-component/footer/releases/tag/v0.6.6 Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
bfd76f971d
commit
4b26b3710d
@ -14,7 +14,7 @@ title:
|
||||
The most basic usage.
|
||||
|
||||
```jsx
|
||||
import { useState } from 'react';
|
||||
import React, { useState } from 'react';
|
||||
import { TreeSelect } from 'antd';
|
||||
|
||||
const { TreeNode } = TreeSelect;
|
||||
|
@ -236,7 +236,7 @@
|
||||
"prettier-plugin-jsdoc": "^0.3.0",
|
||||
"pretty-quick": "^3.0.0",
|
||||
"querystring": "^0.2.0",
|
||||
"rc-footer": "^0.6.3",
|
||||
"rc-footer": "^0.6.6",
|
||||
"rc-queue-anim": "^1.6.12",
|
||||
"rc-scroll-anim": "^2.5.8",
|
||||
"rc-tween-one": "^2.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user