gnoyixiang
gnoyixiang
Hello! I would like the panel to be scrolled into view (if it is not in view) when the user clicks it. I cannot get the DOM element by applying...
Hello, based on the W3 documentation on dialogs, it is stated that > The dialog container element has aria-modal set to true. I see this in other react accessibility based...
想请问如何把snapshot文件从build files 里排除掉? 现在我的snapshots都会output在src文档里,跟components js 文件一起。 我在用babel 来build ``` // .fatherrc.js export default { esm: 'babel', cjs: 'babel', extraBabelPlugins: [['transform-remove-console', { exclude: ['error', 'warn'] }]] } ```
Hi, I only see the /assets/index.less file but not the css file in version 10.2.4
The classname for MenuItem is showing "undefined-item" probably because rootPrefixCls was not passed the default value "rc-menu". Kindly look into it. 
## Bug report ### Current Behavior Getting this typescript error when using `Select.Portal` "Property 'className' does not exist on type 'IntrinsicAttributes & SelectPortalProps'."  ### Expected behavior Since `className` is...