Nicolas Jarraud

Results 8 comments of Nicolas Jarraud

It would be quite useful. It is possible to get a "routeChangeComplete" event by listening to the location change. But I didn't manage to find a trick to get some...

To continue this conversion, I noticed that selectors and selectorFamilies do contribute a lot to this reset time. We do have a fair number of selectors to extract data from...

With debugging - **Pass** (abc) **Fail** (abcd) The only difference is `engine.io-client:websocket` displaying `websocket closed before onclose event` at then end. Heartbeat is still working afterwards.

Here is a github repo to reproduce the error https://github.com/mecabricks/debug-socketio **To Reproduce** 1. yarn dev-ws 2. yarn dev 3. Make a `GET` request to the page `http://localhost:3000/api/test` 4. See the...

I believe that NextJS is overwriting something when packing the code. We cannot figure out what. However, the solution that I just found is to exclude the `socket.io-client` package from...

{ssr: false} has no impact for me either (in appDir). It is always pre-rendered.

I am also confused by how the memoization of derived values is made by the compiler. Different coding styles yield memoization or not which doesn't really make sense to me....

The issue is the Rolldown regex hardcoded in the adapter. Not much we can do until the maintainer looks into it.