gnoyixiang

Results 6 issues of 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. ![image](https://user-images.githubusercontent.com/30717323/78551926-1fc9a880-7839-11ea-90f4-bb26361a72e7.png)

## Bug report ### Current Behavior Getting this typescript error when using `Select.Portal` "Property 'className' does not exist on type 'IntrinsicAttributes & SelectPortalProps'." ![image](https://github.com/radix-ui/primitives/assets/30717323/96b4b259-954c-42bb-a2ac-64c9a18663e5) ### Expected behavior Since `className` is...