Abhijeet Singh

Results 40 comments of Abhijeet Singh
trafficstars

If you're talking about the new jsx transform that comes with react v17, that's only supported in TypeScript 4.1+ https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html#react-17-jsx-factories

Download the css file of the theme you want to use and link to that stylesheet file in your html. The theme will apply to any gist you add to...

@aaron-steinfeld @anandtiwary @itssharmasandeep

Use cases: - `no-duplicate-imports` needs to be replaced with [import/no-duplicates](https://github.com/import-js/eslint-plugin-import/blob/HEAD/docs/rules/no-duplicates.md) so we can import types separately.

The filter in the top level [explorer results][4] works correctly because it is a [filter-button][1] that uses the [addUrlFilter][2] method. The filter button in the expanded view of a result...

Same bug exists in the Services page: And also the API Endpoints page: #1766 fixes the bug at these places as well.

I can kinda reproduce this. Similar config (macOS, Chrome v137). You need to move your mouse pointer really fast to reproduce this. It's difficult to reproduce with a trackpad, I'm...

Hi! I tried looking into this. It looks like the lint script isn't configured properly either. The `lint` command at the [root package.json][1] runs the below Nx target: https://github.com/typescript-eslint/typescript-eslint/blob/main/package.json#L155-L156 This...

Related: https://github.com/typescript-eslint/typescript-eslint/issues/11229