antvis / F2

📱📈An elegant, interactive and flexible charting library for mobile.
https://f2.antv.vision/zh
MIT License
7.88k stars 646 forks source link

render failed when using react and antv/f2 sunburst #1951

Closed changhuaixin closed 4 months ago

changhuaixin commented 4 months ago

Reproduction link

Edit on CodeSandbox

Steps to reproduce

see in the demo

Environment Info
f2 5.4.5
System -
Browser -
changhuaixin commented 4 months ago

fixed when I use import { Sunburst } from "@antv/f2"; instead of import Sunburst from "@antv/f2";