Declan

Results 18 comments of Declan

@diegohaz Also noticed that even doing `export Atom from './atoms/Atom'` (actually had to use `{ default as Atom }` for every component in an `index.js` file, I will still end...

Not sure on why Travis is failing as the failed build is not a result of my changes. It appears to be a result of some of the current tests...

@jbaxleyiii Going to drop my experience here too as it seems closely related to @mxstbr (came here via his post on `apollo-upload-client`). The problem for me is that my second...

@jaydenseric from what you wrote, I assume that using files specifically would not work at all with persisted queries, since the multipart form data will not be persisted across to...

@tjhowe @craigcoles did you ever solve this one?

@craigcoles yeah...I can never get Firebase to pick up the notification in the app, it's a pain as I can see the payload is there too when debugging the Java...

``` public void onMessageReceived(RemoteMessage remoteMessage) { Map message = remoteMessage.getData(); super.onMessageReceived(remoteMessage); if (intercomPushClient.isIntercomPush(message)) { Log.d(TAG, "Intercom message received"); intercomPushClient.handlePush(getApplication(), message); } else if (remoteMessage.getData().containsKey("mp_message")) { Log.d(TAG, "Mixpanel message received"); MixpanelFCMMessagingService.showPushNotification(getApplicationContext(),...

Also noticed the same thing this morning. When using TS it really makes the types difficult to read. I also noticed that for object paths the colour is inconsistent (see...