-
### Link to the code that reproduces this issue
https://github.com/YouJun-IWON/My_Nextjs15
### To Reproduce
1. set .eslintrc.json 2. check page.tsx 3. I don't see error messages for unused v…
-
Hi, I am new to al of this, please help.
```Type error: Could not find a declaration file for module 'awesome-react-repl'. '/mnt/data1/nix/time/2024/10/28/reporte\
r2/react-shadcn-profile-report/n…
-
LSP does not format .tsx file correctly.
Os: fedora
Editor: Kate
LSP client config:
` "javascript": {
"command": ["typescript-language-server", "--stdio"],
"rootIndicati…
-
### Describe the bug
When I start up my Vite dev server, ESLint and TypeScript both run.
When I change a file after this point, only TypeScript runs. It runs twice on each file change. My logs loo…
-
Convert the `VirtualizedList` stories file to TypeScript:
- Change the file extension to `stories.tsx`
- Resolve type issues (if there are), avoid using `any` and prefer existing types
## Related…
-
### What is the issue?
I am unable to run `dagger call` locally.
I removed my `node_modules`, deleted the `sdk` folder and re-ran `dagger develop`.
```
Error: Cannot find package '/src/dagger…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…
-
guys i am using svelte2tsx for transforming svelte to tsx for gneerating .d.ts
```ts
const tsx = s2x.svelte2tsx(content, {
filename: file,
isTsFile: isTsScript(cont…
-
### Link to the code that reproduces this issue
https://github.com/ArtoszBart/next-issue
### To Reproduce
1. `docker-compose up`
2. make change in page.tsx
3. save changes
### Current vs. Expect…
-
Convert the `VirtualizedGrid` stories helpers file to TypeScript:
- Change the file extension to tsx
- Resolve type issues (if there are), avoid using `any` and prefer existing types
## Related…