Rafael Ramos
Rafael Ramos
This issue may have a solution for you: https://github.com/moment/moment/issues/2416
It looks like it
This is caused because the headers argument overrides any default headers. In this case `{"Content-Type": "application/json"}` is being removed. To fix the issue pass `{"Content-Type": "application/json"}` in your headers argument.
Additionally ability to add tracking events to click events to elements on the page