-
### Version of antd-mobile
5.22.0
### What is this feature about?
Cascader组件希望增加选项自定义渲染的功能
(item: CascaderOption) => React.ReactNode
对于列表的每一项支持自定义
结果:
-
How to test the components that have the `EditorJs` component (imported from '@editorjs/editorjs') as a child.
I am getting the following error while running the tests:
`Editor.js is not ready bec…
-
react-hot-loader 已经生效,但是还是有些地方不方便
实际在开发同构渲染项目,感觉热更新还是有些不好使,开发效率很容易降低,具体体现在:
1. css响应 场景示例是:在example中的simple项目 run dev 运行以后,对下面代码增加新样式,会发现不起作用,得再次重新构建,才能生效
```
Script22
Scripting pag…
-
##### 安装 webpack-bundle-analyzer 分析打包后的文件
```
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
new BundleAnalyzerPlugin()
```
##### 分析发现antd的包太大,可以采用按需加载
…
-
如题
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.io/…
Ulset updated
3 hours ago
-
This **is not a Bug** report. This is some help requesting (as this is my first time with google analytics).
I've configured the module by following [this](https://web-design-weekly.com/2016/07/08/…
-
Hello there.
I'm unable to start a project with your library. Here is an example below:
https://stackblitz.com/edit/antd-infinity
I also tried making it in CodeSandbox and codePen and got the…
-
I'm trying to call setState inside the function that deals renderRest, in order to use those overflow elements inside a popup element.
But when calling the setState to keep those items for next rende…
-
Can I to modify fillColor of polygonOptions with props?
```
import React from 'react'
import {compose, withProps} from 'recompose'
import DrawingManager from 'react-google-maps/lib/components/dr…