Xinyan Chen

Results 15 issues of Xinyan Chen

### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell N/A (Using Code Sandbox) ``` ### Are you reporting Accessibility issue? no ### Reproduction https://codesandbox.io/s/menu-overflow-behavior-8itymw?file=/example.tsx ### Bug Description ##...

Needs: Triage :mag:

**Describe the bug** Please remove the following line https://github.com/Gmousse/dataframe-js/blob/9d6226a62667b8882276bd190eb520086d57ee2e/lib/io.js#L9 Actually, I don't think it should ever be library's responsibility to set up polyfills. You may require user to install and...

bug

## Description This is the screenshot of Jupyter Notebook 6.4.8 running on Python 3.10, opened on Chromium Edge: ![image](https://user-images.githubusercontent.com/50703224/156301433-0ef0a479-c0c5-47e6-9544-887324baef00.png) The color difference of the placeholder "Type something" and the real...

needs info
ux/ui
enhancement

### Before You File a Documentation Request Please Confirm You Have Done The Following... - [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal....

documentation
accepting prs

### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell (Using CodeSandbox) "dependencies": { "@fluentui/react-components": "9.18.6", "@fluentui/react-icons": "2.0.199", "react": "^17", "react-dom": "^17", "react-scripts": "latest" }, ``` ### Are you...

Needs: Triage :mag:
Fluent UI react-components (v9)

### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell (Using CodeSandbox) "dependencies": { "@fluentui/react-components": "9.18.6", "@fluentui/react-icons": "2.0.199", "react": "^17", "react-dom": "^17", "react-scripts": "latest" }, ``` ### Are you...

Needs: Triage :mag:
Fluent UI react-components (v9)

CodeSandbox: https://codesandbox.io/s/fluent-ui-v9-icon-api-test-7xwkxx?file=/example.tsx Code to reproduce ```tsx export const DocumentTextClock = wrapIcon( (p) => ( {/* ... */} ), // ... ); ``` tsc error ``` Type '{ children: Element; width:...

We are using `wrapIcon` function to create custom icons. We have used `` and other similar constructs in the `` element wrapped in our icon. Here is a (rather complex)...

When compiling with tsc and `--strict` switched on, I found error in `createLogic` callback. Specifically, tsc indicates `reject` parameter in `transform` function can be undefined. I checked the type definition:...

discussion

We are currently using this package on react 18 / react-dom 18, but our package manager decides to install a duplicate react 17 / react-dom 17 because the version spec...