Tommy Marshall

Results 15 comments of Tommy Marshall

This would be great, we're looking for this functionality as well.

Seeing the same problem (unable to install recipes) with **2.0.0-beta.3** Is it possible to have master be stable and leave alpha/beta versions as separate branches?

Baking `autoHeight` into core would be really nice.

Totally agree with all of this, especially with the focus on being more pointed in doing comparisons. I can put together some pain points I'm hitting on day 1 of...

We're using this to abstract some complexity away: https://github.com/erikras/ducks-modular-redux

There's a bunch of talk around efficiencies in rendering components when global state changes; which is why [Redux uses Containers](http://redux.js.org/docs/basics/UsageWithReact.html#implementing-container-components). I don't understand exact why this is more efficient, but...

Running into this as well on my M3 Macbook Pro Versions **node:** v20.11.0 **lerna:** v6.0.3 **nx:** v15.3.3

Wanted to add that including any `@emotion` dependencies into my `external` array in `vite.config.ts` file resolved my issues (See example below). ```ts import { resolve } from 'path' import {...

This would be a welcome addition. Enterprise application run security checks and this particular vulnerability is a blocker for using many other packages.