Oleksandr Fediashov
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:  --- > **NOTE: Make sure you read the section "When to Insert on The Client". If you currently inject style rules "during...
_Based on #43._ --- `makeStyles()` supports hydration process, but `makeStaticStyles` does not (_while it should!_). Missing hydration process results in doubled styles definitions:  `rehydrateRendererCache()` should support styles from `makeStaticStyles`...
#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 {...
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...
Our devtools should also support `makeResetStyles` and `__resetStyles` functions. See #225 for more details.
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...