Huangqq4319
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
Huangqq4319 commented, -
-
Huangqq4319 commented, -
-
Huangqq4319 created a post, Missing Prop Type Suggestions for React Component Extending Third-Party Library Types
I defined a React component with the following implementation:import { FC } from "react"; import type { BasicDataNode, TreeProps } from 'rc-tree'; import type { DataNode } from 'rc-tree/lib/int...