Andrei Dumitrescu
Andrei Dumitrescu
@sbunciak Had the same problem, ended up not using RadioGroup at all: ```js handleTypeChange = event => { this.setState( { type: event.target.value, } ) } ```
The issue is still present using `"eslint-plugin-react": "^7.23.1"` 
I'm currently writing the glob in a different order as a workaround: ```json { "*.{ts,tsx}": ["eslint --quiet", "prettier"], "*.{tsx,ts}": ["jest --bail --passWithNoTests --findRelatedTests"] } ``` As to a syntax supporting...
I also experienced this on `nx@21` in a fresh monorepo with npm workspaces configured while running `nx watch` commands: ```sh $ node -v v22.15.0 $ npx nx --version Nx Version:...