-
### Current Behavior
In case of type-checking, as per the NX documents (https://nx.dev/recipes/other/eslint) you must add `parserOptions.project` in the corresponding overrides block. That seems to…
-
Volar plugin version `v1.4.2`
Fallthrough attributes are recognized as errors (`title` attribute in the following code):
```html
```
vscode error:
```text
Type '{ title: string; }' is not assi…
-
Hey,
From what I can see Alpine does not include any sort of concept of components (in the same way that something like React/Vue would handle them) this makes sense given it's use with Livewire an…
-
### Describe the bug
With the provided input code, `option` variable is being accessed before it is defined, causing `TypeError: Cannot read properties of undefined (reading '__labelPrefix')`
### In…
-
## End-to-End (E2E) Testing Guideline
- **Documentation:** Always consult the development documentation for the current stage tag at [this link](https://documentation-dev.wazuh.com/v4.8.0-alpha1/in…
-
### Describe the bug
When specifying the root option in vite.config.ts. It breaks Typescript and Sass/Scss code. It seems that code beginning with `` get treated like javascript code instead. The sam…
-
**Checklist**
- [x] I have tried restarting my IDE and the issue persists.
- [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed.
**Tell u…
-
**Describe the bug**
While trying to use lazy compilation after configuring both webpack5 and Storybook 6.5.9 storybook is loading sidebar correctly, however when I try to navigate to any story, I'm …
-
### Describe the bug
When `compress.arguments` is `true` it brokes index accesses when index is string and matches `/^[a-z]/i`. Only `example1` will fail.
### Input code
```typescript
export…
-
### Describe the bug
Next.js complains about using `createContext` inside a server component while I'm trying to use this library inside a Next.js 13 Route Handler.
### Steps to reproduce the bug
1…