Oleksandr Fediashov

Results 77 issues of Oleksandr Fediashov

We have few issues with Nx where bugs are present or something work as not expected. Temporary this is solved with [patches](https://github.com/microsoft/griffel/tree/main/.yarn/patches) via `yarn`, but it's not a long term...

RC for React 18 is already published: ![image](https://user-images.githubusercontent.com/14183168/154933630-e23a7ce7-04ee-488e-a130-8637249bd890.png) --- > **NOTE: Make sure you read the section "When to Insert on The Client". If you currently inject style rules "during...

enhancement

_Based on #43._ --- `makeStyles()` supports hydration process, but `makeStaticStyles` does not (_while it should!_). Missing hydration process results in doubled styles definitions: ![image](https://user-images.githubusercontent.com/14183168/154981629-4db16f09-693f-49bf-b272-fbe3db37051d.png) `rehydrateRendererCache()` should support styles from `makeStaticStyles`...

💅 enhancement

#103 fixed handling of multiple exports of the same module, but there is an edge case with multiple modules: ```ts import { makeStyles as makeStylesA } from 'module-a' import {...

🐞 bug

Fixes #33. # TODO - [ ] fix resolve issues - [ ] add more fixtures - [ ] add README

#### Describe the feature that you would like added We support dual-screen mode in v8, this was added in #12785. But as we are using Popper.js via `@fluentui/react-positioning` in converged...

Priority 2: Normal
Fluent UI react-components (v9)

Our devtools should also support `makeResetStyles` and `__resetStyles` functions. See #225 for more details.

💅 enhancement

See #225 for details. We should add a runtime validation to `mergeClasses()` to ensure that the following scenario is impossible: ```tsx const useClassNameA = makeResetStyles() const useClassNameB = makeResetStyles() function...

enhancement