-
Thanks for the great lib! I am glad I found it. I was hoping it would have Typescript typings though.
I had a go at generating Typescript typings with AI (see attached) but there are some issues.
…
-
Inline {} code may also contain mixed JS/XML syntax:
```jsx
const Count = ({ count }) => {
return (
{count > 10 ? : }
);
}
```
_Originally posted by @luisherranz in …
-
## Bug report
### Required System information
- Node.js version: v20.11.0
- NPM version: 10.2.4
- Strapi version: 5.0.6
- Database: MySQL (doesn't matter)
- Operating system: W…
-
## Documentation link
It doesn't exist yet.
## Describe the problem
If I swizzle a component, e.g. `ApiExplorer/index.tsx`, my TypeScript configuration will start complaining with errors such…
-
Add optional TypeScript support. This should not interfere with JavaScript support. In other words, users should be able to write TypeScript files with *.ts* extensions or JavaScript files with *.js* …
-
## Bug report
### Required System information
- Node.js version: 20.10.0
- NPM version:
- Strapi version: 5.0.1
- Database: SQLite
- Operating system: macOS
- Is your project …
-
### 💥 Actual behavior
In order to simplify our design system and increase consistency, we've created a new variant to the "Text-icon" button that includes a background. This will replace the need …
-
Hello! This is a continuation of https://github.com/pahen/madge/issues/207. This is more of an FYI for madge users, as the fix [should happen in filing-cabinet](https://github.com/dependents/node-fili…
-
### 🔍 Search Terms
prototype methods, hide suggestions, Function.prototype, callable type without prototype, compound components, JSX subcomponents
### ✅ Viability Checklist
- [X] This wouldn…
-
### 🔍 Search Terms
"ts-ignore", "ts-expect-error", "noUnusedLocals", "noUnusedLocals underscore", "noUnusedLocals prefix"
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in exist…