-
Possibly related to https://github.com/denoland/deno/issues/20136
Recently I'm having frequent CPU spikes and the LSP hangs preventing me from interacting with the editor which is highly frustratin…
-
It's working fine on 1.3.6 version, but after update to version 2.0.0 expected behavior is broken. [Example](https://codesandbox.io/p/sandbox/signalsreport-2fgcfl?file=%2Fsrc%2FApp.js%3A15%2C25)
-
I use react and vite after I build I run the code as vite preview (production environment)
I created export const isOpen = signal(false);
When I click the button isOpen.value = !isOpen.value
I have…
-
I am trying to use `createRef()` to get a reference to a class component instance, so that I can call methods on it, but the `current` value always returns `null`.
This is an over-simplified versio…
-
**What is the current behaviour?**
Adding a broswerslist config like this causes errors on optional chaining or nullish coalescing syntax
```
"browserslist": [
"> 1%",
"last 3 Chrome …
-
The following errors were reported by 5.7.0-dev.20240904 vs 5.5.4
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](…
-
React version: Tested in 16 and 18.
While trying to SSR (both `toStaticMarkup` and `toString`) an app in React with a node server found suspicious behaviour.
State updates run if somehow are pr…
-
### Provide a general summary of the feature here
It would be nice to have the ability to double-click on a radio button group:
https://react-spectrum.adobe.com/react-aria/useRadioGroup.html
An…
-
### Describe the bug
I'm migrating an existing repo from Webpack to Vite.
We use preact, and rely on aliasing `react` and `react-dom` to `preact/compat` in the SSR bundle. Vite handles the alia…
-
Hello there! :)
I am trying to use signals in my project without success.
I have just installed the library in my project and tried to build.
Here is the error I am getting:
```
Error occurre…