Andrei Dumitrescu

Results 4 comments of 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"` ![focus_2021-April-07-Wednesday-16:36:31](https://user-images.githubusercontent.com/5057797/113884645-6e4cb280-97bf-11eb-92fc-3372b8a8c24f.png)

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:...