Dan Reynolds

Results 56 comments of Dan Reynolds

Made a [PR](https://github.com/KasemJaffer/receive_sharing_intent/pull/117) that should resolve the issue of not propagating events to other modules. Not an iOS expert so feel free to offer suggestions.

@woutervanwijk I don't know if this the cause of your particular issue on the latest version but I do think that I introduced a bug in my previous PR that...

It's because of the default `borderOnForeground` option in the `Material` widget here: https://github.com/jamesblasco/modal_bottom_sheet/blob/master/lib/src/bottom_sheets/bar_bottom_sheet.dart#L51. If we want to get rid of it we'd need to have that option exposed.

I was playing around with an implementation earlier this week here: https://github.com/NerdWalletOSS/apollo-cache-policies/pull/33 for `useFragment` and a collection filter `useFragmentWhere`. If folks have feedback/suggestions feel free to take a look

> Why not to add useEntity also? > > const entity = useEntity(`User:${id}`) I think because you still need to specify a fragment to indicate which fields you want to...

> @danReynolds for performance it is much more inefficient to map entity into fragment, I guess problem here could be with proper typing in typescript. I was thinking of performance...

> I am definitely very interested in this API at the `apolloCache` layer which is necessary for this to work at the React hook layer. > > > > We...

Also concerned about the extra billing here. What's going on?

React isn't a dependency on the project, only a dev dependency. Does your project use react?

Thanks for the repro. I'll be looking into this when I have time. We don't use the StrictMode tool so it may take me some time to investigate. If anyone...