Oleksandr Fediashov
Oleksandr Fediashov
@sethreidnz posted an update, https://github.com/microsoft/griffel/issues/33#issuecomment-1847499681
@dzearing CSS shorthands are supported by the latest version of Griffel, #531 🎉
@rraveendran-msft as a workaround, you can do type cast in this case, like that: ```ts (event as React.ChangeEvent).target.value ```
> I solved this by adding the following to my `linaria()` call: > > ``` > babelOptions: { > presets: [ > "@babel/preset-typescript", > "@babel/preset-react", > ], > }, >...
@miroslavstastny `backgroundPosition` can be used now as we support CSS shorthands now, see #531.
> Note that Griffel will only throw that error if within the context of a React component. I wonder if it could throw if called from any place other than...
@1hw7 while this issue appears, it does not like a goto option for all audience 🤔 FYI: #28670 added new behavior, newer versions of Fluent will notify you if the...
It would be good to summarize changes required from consumers/developers to upgrade to a new approach
I am in favor of Option D (this PR) - it's less changes ➡️ faster upgrade path - smaller bundle size as `.props` can't be minified Anyway, before we will...