Nicolas ERNY

Results 6 comments of Nicolas ERNY

I investigated this issue more. It works if you add a .npmrc file with the following config. `shamefully-hoist=true `

> Some notes to anybody arriving here: > > 1. As @tshddx said, this is probably the same bug as [React 18 : Hydration failed because the initial UI does...

@KasparRosin, I don't think it's an order issue. First, I see the style tag in the head section. After the hydrate call, the style tag is completely removed (so I...

@KasparRosin It's pretty easy to reproduce. I downloaded the Remix styled component example: [https://github.com/remix-run/examples/tree/main/styled-components](https://github.com/remix-run/examples/tree/main/styled-components). First, I used remix 1.6.8. It works nicely even with a browser with extensions that modify...

A quick look at the code shows that my problem is related to [this change](https://github.com/reduxjs/reselect/pull/297/files).

In this solution, we mix the map cache key definition and the memoization function. The purpose of the hashFn function is to compute the map cache key. From reselect documentation:...