Trevor Gau

Results 5 issues of Trevor Gau

The points in the `Motivations` section of the README are outdated or not applicable with TypeScript. > Finding an individual element in the document tree and operating on it can...

```tsx import React from "react"; import ReactDOM from "react-dom"; import { FluentProvider, teamsLightTheme } from "@fluentui/react-components"; import { BeakerRegular, BeakerFilled, FluentIconsProps, } from "@fluentui/react-icons"; const iconStyleProps: FluentIconsProps = { primaryFill:...

It seems that the `primaryFill` prop has no effect when using an icon created by `bundleIcon`. Perhaps [Lines 25 and 35 in bundleIcon.tsx](https://github.com/microsoft/fluentui-system-icons/blob/main/packages/react-icons/src/utils/bundleIcon.tsx#L25) should read `primaryFill={primaryFill}`?

Closes #4447 ### Changelog #### New #### Changed `useAnchoredPosition` types updated to remove user type assertions #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor...

### Description The useAnchoredPosition hook will create refs if they are not passed in. However, when it does so, it creates a generic `React.RefObject` ref and returns that. Therefore, when...

bug
react