Ethan Standel
Ethan Standel
When I tried to resync the `master` branch of my fork the PR autoclosed! Reopening!
@michaldudak I really like the idea of the prop being `enabled`, but I also know that change could be wide reaching. You're not recommending that change for this PR, are...
Same deal as [before](https://github.com/mui/material-ui/pull/33543#issuecomment-1197525142). Next time I won't open a PR off a fork from `master`. I'd change to another branch now but it seems like I'd have to open...
Requesting a re-review from @samuelsycamore & @mnajdova ! 😄 Is that how I should do that? I legitimately don't know.
Is there a known fix for this yet? Currently experiencing in Storybook@6 seems crazy that there's no programatic solution to [this issue](https://github.com/EthanStandel/solid-joystick/commit/cd31ed2fed6b3a194b2ef46c12a5c80aebbee363)
I came here to recommend this and for anyone in the mean-time, I just published a package called [preact-signal-store](https://www.npmjs.com/package/preact-signal-store) which is meant to do just this. I expose a `deepSignal`...
> > ```r.value.count++``` > is better, if you have three or four deep object @chenjiangui I feel like that's kind of more confusing. One of the rules of a `Signal`...
I would also like to contribute but `pnpm install` always fails for me. ```  ERROR  ENOENT: no such file or directory, chmod '/Users/ethanstandel/workspace/suid/packages/codemod/bin.js ``` Which makes sense... `codemod` hasn't been...
Obviously this is incredibly stalled, but is there any possibility of `dangerouslySetOuterHTML` on regular DOM elements in JSX? There's a good chance it would screw with the VDOM, but man...
Also commented this on the post shared on Reddit. > JSX is a gotcha-riddled kludge to clumsily shoehorn HTML into a JavaScript function return. As opposed to what? JSX has...