Olivier Pascal

Results 16 comments of Olivier Pascal

> I would also love to see this addressed. It seems that casting the arg to component prop type is the only solution for now, although verbose. This is what...

Here is my workaround: I have an unbound post-process volume in my scene that disable Lumen. This post-process volume is enabled when some conditions are met, ie. when the camera...

Same for `transition`: ```ts export const styles = stylex.create({ container: { transition: 'box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1)', // eslint(@stylexjs/valid-styles) error here }, ``` ``` This is not a key...

Well noted, thanks. Maybe the eslint error message should be more explicit about it, encouraging using individual properties like transitionProperty, transitionDuration and transitionTimingFunction?

https://github.com/facebook/stylex/blob/f968076548895dd1adc9736f1bfc371057beb94e/packages/eslint-plugin/src/stylex-valid-styles.js#L932 `lineHeight` could be a string too

I think `transition` should be allowed too (https://github.com/facebook/stylex/issues/207)

Css properties `placeContent` and `placeItems` are not supported. I guess that you are also discouraging shorthands? I am a big boy and I know what I am doing, can I...

"If we can get this working, this package could be THE bootstrap package used by all other packages." I agree.