Kwan-Ung Park
Kwan-Ung Park
thx
I have same issue. i have a "flex" and span tag, but not use explicitly value for span. how can i fix it? anybody help me~
I can't disclose it because it's a company project, so I'm applying it to nextJS tutorial and sharing it. - `https://github.com/pouu69/nextjs-dashboard/blob/main/app/page.tsx#L14` If you check the above repo, the error message...
> Try add `"allowSyntheticDefaultImports": true` to your `tsconfig.json` The error occurs as usual.
However, the actual project is not nextjs, but the client component method.
> Can you build a minimum reproduction with the same stack (ts, webpack...etc)? @pionxzh I made it into a small structure in the below git. Another error is occurring this...
> > Can you build a minimum reproduction with the same stack (ts, webpack...etc)? > > @pionxzh > > I made it into a small structure in the below git....
> What else can I fix for you? It works ok on my machine. > > I also checked the `react/jsx-runtime` error. Seems it can also be fixed by upgrading...