Sending the chat when an un authed user needs to log in seemed like a good idea at first but it ended up introducing bugs and the implementation was unsatisfactory.
This PR reverts those changes in favor of a storing unsaved responses in localStorage (coming soon)
Sending the chat when an un authed user needs to log in seemed like a good idea at first but it ended up introducing bugs and the implementation was unsatisfactory.
This PR reverts those changes in favor of a storing unsaved responses in localStorage (coming soon)
This additional cleans up some eslint warnings