—
—
If the pairs in the OP can be left unchanged that would be a relief already : ) What i don't understand is, all of these behave fine in inline...
I fully agree, destructuring has become so commonplace, it's in everything we do, especially using the functional approaches. Prettier should adapt and perhaps reconsider.
im a little bit out of the loop with the captured stuff, i would suggest you make the pr and with a tiny example showing what it enables. nothing will...
it would work ootb, see https://twitter.com/cdebotton/status/1649524147838668800
ah yes, offscreen in next is probably easy but tied to view, i don't think it can be feasible.
> I also haven't really considered offline sdf generation, since getting away from that was the main driver behind why I wrote this module in the first place. I suppose...
RN is more or less established but the new batch is about to come. microsoft is making it their official platform api, so people that develop for windows will use...
@bbohlender why unexpected? jsx has guaranteed order. this would work in fiber/react ```jsx // position === [2,2,3] ```
> Spent some time investigating. Regardless the versions would have to be in perfect lock-step but that turns out to be a requirement anyway so that's fine. > > The...
@sophiebits is this possible with function components as well?