When using <MessengerChatPlugin> if you don't want to display it on every page it is helpful that when the component is unmounted to hide the FB Messenger chat, otherwise it will render everywhere even after the react component is removed from the rendered DOM.
CLOSES #50 CLOSES #38
When using
<MessengerChatPlugin>
if you don't want to display it on every page it is helpful that when the component is unmounted to hide the FB Messenger chat, otherwise it will render everywhere even after the react component is removed from the rendered DOM.