Adrian Li

Results 117 comments of Adrian Li
trafficstars

@cig1 Looks like this could be a good PR opportunity. Also, it looks like your link isn't working.

@elliotolds @cds-amal's example repo uses the new Context API introduced in React 16.3 (with the Render Props pattern). Since React is deprecating the old Context API by v17, this is...

@cayblood In the hook, you can see that hey basically call `cacheCall` multiple times internally: https://github.com/trufflesuite/drizzle/blob/develop/packages/react-plugin/src/hooks/create-use-cache-call.js#L33 At present, there's nothing built-in to Drizzle that does this for you. So in...

This just needs testing, it's on my list of things to do. Thanks @MrRefactoring.

Ahh this fell by the wayside, apologies to @MrRefactoring. I just ran tests on it and it seems like the tests are failing with a few tests complaining that `.toPromise()`...

According to other users on #9, this might only work for other people who have opted-in to Tinder Social.

The error usually means your JSON file has errors. Make sure it's in a standard JSON format.

@MikeLockz > option to close modal when clicked outside modal What's the plan for getting this feature integrated? Should I do a PR? And if I do, how soon will...

unfortunately, I never tested valued transfers when I first built the app. happy to take any PRs on this as unfortunately I am currently busy with another project. thanks for...

This is a pretty often requested feature! Let me plan out how to implement this. Thanks for making this issue!