"DashboardWorkplace/src/components/Radar/autoHeight.tsx" did not exist on "f7404bc5b102b1027e3678f4c66b6f0e2d6c2eba"
lint all file
陈帅 authored
f7404bc5

pro-blocks

umi blocks of Ant Design Pro.

A part of Ant Design Pro V4, still in progress.

Usage

$ umi block add [the github url of block]

You can visit umi doc for find out more info about umi block.

Contribute

$ cd [some block]
$ yarn # or npm install
$ yarn run dev # or npm run dev

Or

$ yarn # or npm install
$ APP_ROOT=[some block] yarn run dev # or APP_ROOT=[someblock] npm run dev