Results 54 comments of Younes Bieche

Okay, I get it. The main problem is that I overrided numerical key arrays which may be a bad practice. Your first solution looks fine to me, I'm more willing...

@Thanaen not true: https://github.com/invertase/notifee/issues/899#issuecomment-1786199159

@shawarmaz the build times haven't changed on my side

@omarhamedx the solution was already provided, please ask on Stack Overflow. Everytime someone ask for support on an issue that people/contributors follow, they get an email so imagine the spamming

@jerelmiller the apollo team actually created a `FetchMoreFunction` type with the release of `useSuspenseQuery` ```tsx import { FetchMoreFunction } from "@apollo/client/react/hooks/useSuspenseQuery"; type MyCustomFetchMore = FetchMoreFunction; ``` It's a bit odd...

@jerelmiller got it, thanks for your reply

Because this lib will install its own firebase-admin package (v9). To avoid it, add to your package.json ``` "resolutions": { "firebase-admin": "^11.3.0" }, ```

Good, let me know if you wish to see this as part of the plugin, or as a addon...

The useChannel callback is defined once and won't be redefined on the component rerender. This is not an expected behavior, not in a react component anyway. Also, having a skip...