Jon Wyatt
Jon Wyatt
## Griddle version 1.2 ## Expected Behavior CustomComponent receives rowData prop as in v0 ## Actual Behavior customComponent only receives value and griddleKey ## Steps to reproduce ``` const LinkToUser...
## Griddle version 1.9.0 ## Expected Behavior Griddle passes the same data it was provided to custom row components ## Actual Behavior Custom column component receives mutated value prop ##...
Hi, trying to work out how best to integrate token based authentication with this SDK. Our backend provides a token giving access to specific folders in Cloudinary which we can...
Fix #273 This allows passing the ref down to nested components e.g. when using styled components that take an `innerRef`. I did not update or add any tests but I...
Hi, Not really sure how to frame this question but I would like to decouple my queue processing from enqueuing such that I can rely on things to be processed...
FEATURE REQUEST Hi, This would be great for us to get the full benefit out of redux-form whilst using redux-saga but unfortunately we need more fine tuned control over the...
Hello (again), I just decided to try moving my working geosearch query logic from an AWS lambda to the client and installed this and the faunadb client on front end....