Skip to content

Instantly share code, notes, and snippets.

@ralexrdz
Last active September 8, 2017 20:34
Show Gist options
  • Save ralexrdz/8fc76e292918790d005120fa499ac7c4 to your computer and use it in GitHub Desktop.
Save ralexrdz/8fc76e292918790d005120fa499ac7c4 to your computer and use it in GitHub Desktop.

To bubble up event to parent compoent

this.dispatch(new CustomEvent('name-of-event-without-on'), {detail: {json: 'object'}})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment