Oleksandr Fediashov

Results 278 comments of Oleksandr Fediashov
trafficstars

@Hotell, no. We still have invalid `peerDependencies` on `@fluentui/react-context-selector`: https://github.com/microsoft/fluentui/blob/a440eb78c79b197240148e500b2ea9d3599eaa6f/packages/react-components/react-context-selector/package.json#L39 Which results in ⬇️: But `[email protected]` has `^0.23.0`: So, we need to extend the range to include more versions in...

The issue is currently reproducible using Vite + Yarn v4 with `nodeLinker: pnpm`: Yarn is descriptive about the problem: ``` ➤ YN0002: │ test-deps@workspace:. doesn't provide scheduler (p24cfe), requested by...

> yarn 4 or yarn-midgard ? > > is the same issue present with `pnpm` or they have it implemented correctly ? With Yarn v4. ### Yarn v4 (linked pnpm)...

@levithomason @spmonahan @miroslavstastny @ling1726 @Hotell The RFC have been updated based on the discussed happened in offline at 24th April. - Option A was rejected as it will cause breaking...

> The reason to create a broader solution to handling animations is that `useMotion` affects the way we re-render components and how to apply animations using it. But the useful...

A set of follow up issues is created: - #30700 - #30699 - #30698 - #30697 - #30696 - #30695

Please provide a reproduction case on Stackblitz or a Github repository.

Can you please provide a repro case on Stackblitz or in Github repo?

I have faced this problem before and was sure that @Anber managed to fix it. To debug it we will need a minimum reproducible example or at least a full...