Levi Lu

Results 3 issues of Levi Lu

As described by the title, here's the error when I was trying to run apollo client:codegen: ```bash Error: Cannot find module 'core-js/features/array/flat' ``` Install [email protected] fixes the issue, but I...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 安装了`@ant-design/[email protected]`之后tooltip formatter报错 看了下代码之后发现`@antv/g2plot/lib/types/tooltip.d.ts`这一行有问题: `export declare type Tooltip = false | TooltipOptions;` 应该去掉`false | ` 吧? ### © 版本信息 1.4.2

Hello, here's how im using the `Dropdown` from `antd`: ```react const [menuVisible, setMenuVisible] = useState(false); const onInputFocus = useCallback(() => setMenuVisible(true), []); const onInputBlur = useCallback(() => setMenuVisible(false), []); ```...