Check your click handler Make sure you’re not triggering a page reload. If you’re using a button inside a form, add type="button". If you’re using an tag, add event.preventDefault() in your click handler