OneSignal only allows a singular event handler, which is taken by the
ui-noifications provider. The provider, because it is wrapped in a
withApollo() HOC, cannot be extended properly to override the event
listeners.
Thus we have to patch it (throwing up in my mouth a little...)
OneSignal only allows a singular event handler, which is taken by the ui-noifications provider. The provider, because it is wrapped in a withApollo() HOC, cannot be extended properly to override the event listeners.
Thus we have to patch it (throwing up in my mouth a little...)
fixes #85