Song
Song
[[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md)] ### 🤔 这个变动的性质是? - [ ] 新特性提交 - [x] 日常 bug 修复 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [...
Due to dynamic loading, my package is divided into multiple chunks, but I only want the banner to take effect in one of them.
https://stackblitz.com/edit/react-ts-yjzlde?file=App.tsx 
When the latest versions of esp-hal and slint are present simultaneously, a compilation error occurs
When the latest versions of `esp-hal` and `slint` are present simultaneously, a compilation error occurs: ``` [dependencies] esp-hal = { version = "0.16.1", features = ["esp32c3"] } slint ={version =...
Or is there a plan to support it in the future?
first,**I use the master branch code.** cargo.toml ``` [package] name = "esp32-mipidsi-test" version = "0.1.0" authors = ["song "] edition = "2021" license = "MIT OR Apache-2.0" [dependencies] embedded-hal =...
The dependencies in the repository are as follows: ``` [dependencies] display-interface = "0.5.0" embedded-graphics-core = "0.4.0" embedded-hal = "1.0.0" nb = "1.0.0" ``` They are inconsistent with the dependencies listed...
qq群之类的都可以
### Describe the bug / 问题描述 ``` legend: { color: { itemMarker: (type) => { if (type === 'count') return 'dash' return 'circle' }, itemMarkerSize: 12, // itemMarkerRotate: 90, },...