watermarkchurch / clc-app-v2

0 stars 1 forks source link

Patch ui-notifications so events work #87

Closed gburgett closed 2 years ago

gburgett commented 2 years ago

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