Olivier Pascal

Results 17 issues of Olivier Pascal

**The problem** ``` Computed key cannot be resolved.eslint(@stylexjs/valid-styles) ``` **How to reproduce** ```tsx // bug.stylex.ts import * as stylex from '@stylexjs/stylex'; const vars = { color: 'red', }; export const...

bug
good first issue

### Describe the issue ```js // next.config.js const stylexPlugin = require('@stylexjs/nextjs-plugin'); module.exports = stylexPlugin({ rootDir: __dirname, })({ transpilePackages: ['@my/ui'], }); ``` Leads to: `TypeError: _stylexjs_stylex_lib_stylex_inject__WEBPACK_IMPORTED_MODULE_0__ is not a function` I...

bug

### Describe the issue Typescript is not happy when using certain properties with dynamic styles. ### Expected behavior No type error. ### Steps to reproduce ```tsx import stylex, { type...

bug

### Describe the issue ### Expected behavior No eslint error. ### Steps to reproduce Take the example in the doc: https://stylexjs.com/docs/api/javascript/firstThatWorks/ ```tsx import * as stylex from '@stylexjs/stylex'; const styles...

bug

Hello, Is it possible to export ContrastCurve in Typescript typedefs? Thanks.

### Describe the bug TS error: ` Object literal may only specify known properties, and 'selected' does not exist in type 'AnchorHTMLAttributes | (() => AnchorHTMLAttributes)'. ` Beside, no `className`...

types

When converting to React components, properties should be converted to react style. ie. ```Warning: Invalid DOM property `stroke-linejoin`. Did you mean `strokeLinejoin`?```