-
I'm trying upload images, but the post action is not triggering. No error it's being displaying.
```
{{file.name}…
-
### Describe the bug
In my main css files I am importing several other css files to keep things clean and organized.
However, in Storybook, these imported files are not processed and the Tailwind …
-
The following errors were reported by 5.8.0-dev.20241110, but not by 5.6.3
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…
-
I created a new React-typescript app via this command with `react@17.0.2` and `typescript@4.5.2`:
`npx create-react-app my-app --template typescript`
Then I decided to define the alias path as I…
-
**I'd expect both of these cases to count as exports:**
`module.exports = {}` // Should probably not trigger
`export * from './someFile'` // Should almost definitely not trigger
-
wait to update
-
Thanks for the great library. I know Inertia should work out well since you have the resources folder and what not.
Just curious if anyone has examples of package.json or vite.config to make sure ever…
-
```typescript
export const createMitosisComponent = (
options?: Partial,
): MitosisComponent => ({
'@type': '@builder.io/mitosis/component',
imports: [],
inputs: [],
meta: {},
stat…
-
I'm setting up a NextJS project and am encountering an unexpected issue with your eslint plugin. First, here's my `.eslintrc.json`:
```json
{
"settings": {
"react": {
"version": "detect"
…
-
*Note 1: This proposal has its origin in [Out-of-band type-checking for TypeScript and Template compilation](https://github.com/angular/angular/issues/43131) which mentions an "extreme" implementation…