-
I want to use the eslint-utils with TypeScript. However, the project doesn't have types.
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/blob/25ea953cc60b118bd385c71e0a9b…
-
Hi Daniel, firstly thanks for this repo. The implementation is great and seems like a scalable approach.
I've been seeing one issue at the moment when passing children to Tag or Tabs, it seems lik…
-
**Describe the bug or question**
Typescript error on Parcel config prop
**To Reproduce**
Type the code below and see the error:
```ts
System.import('@gabriel/react-parcel')} />
```
**Expec…
-
### Description
I'm working on a build tooling in which I want to be able to call lint-staged programmatically (i.e. as shown in [the README FAQ](https://github.com/lint-staged/lint-staged?tab=readme…
-
Hello! My project is on typescript. I moved [index.d.ts](https://github.com/mostafa/xk6-kafka/blob/main/api-docs/index.d.ts) to my project.
When importing SCHEMA_TYPES I get the error `TypeError: …
-
Can we add types description for React types, that can be supported for docs generators?
For example we use next inheritance:
```
import React, { ButtonHTMLAttributes, FC } from 'react'
expo…
-
I have an angular app generating a CSR it works except for adding extensions/attributes to the CSR (I can successfully ad a subject, public key, get it signed, the resulting cert is valid).
In Angu…
-
https://react.dev/blog/2022/03/08/react-18-upgrade-guide
Some improvements we can expect:
- Better typings in generally, specifically from `useCallback`
- Used to be [typed as any in v17](https…
-
```
node_modules/mocha-steps/lib/mocha-steps.d.ts(3,45): error TS2694: Namespace 'Mocha' has no exported member 'Func'.
node_modules/mocha-steps/lib/mocha-steps.d.ts(3,72): error TS2694: Namespace '…
-
Request for a definition file for headjs http://headjs.com/
Was requested on Stackoverflow : http://stackoverflow.com/questions/30165072/definitelytyped-file-for-headjs-where-to-find/30166407