Alec Flett

Results 7 comments of Alec Flett

The package is indeed published but maybe it is an old version? http://www.npmjs.com/package/recoil-sync from the docs, `recoil-sync` seems amazing - I'd love to start using it. Is there any schedule...

It looks like @zinserjan hasn't been active on github (or anywhere else?) since early may 2018... I hope they are ok! we've been using the 2.0.0-beta.0 version and it works...

yeah, totally get the breaking change... `panelClassName` sounds great to me..

I ran into this myself - the fix is unfortunately fairly complex, but here's a hook I wrote that helps a bit ```ts /** Account for many factors when determining...

Something I noticed: that 3rd example doesn't complete... until another one is decoded. After that, they both fire, and the image is successfully decoded. I am having similar issues with...

thanks @dev2049 ! > you can pass in a CallbackManager at runtime (see L90 for example) that propagates (inheritable) callbacks to child chains. would that work, or is there a...