Adds a listener to the error event to fix a memory leak. I kept the current behavior of not showing errors in feedback.
If feedback has an error and there is no listener for the error event, the error is thrown which happens before the clean up code. Feedback isn't configured correctly (#331) so this happens every 5 seconds.
Adds a listener to the error event to fix a memory leak. I kept the current behavior of not showing errors in feedback.
If feedback has an error and there is no listener for the error event, the error is thrown which happens before the clean up code. Feedback isn't configured correctly (#331) so this happens every 5 seconds.