Open
Description
Description:
Hi, I'm using a React app and I have a component called Settings that initialize OneSignal and renders the custom link button. And It works perfect!
But If I use another component, the button will be "destroyed", and If I try to load Settings again, the custom link button won't appear... how can I achieve this?
Thanks for the help
Steps to Reproduce Issue:
- Initialize OneSignal with the custom link button on the dom
- Remove the custom link button of the dom
- Insert the custom link button again