Skip to content

Instantly share code, notes, and snippets.

@eyaleizenberg
Created June 20, 2019 11:12
Show Gist options
  • Save eyaleizenberg/6b8f93624feefa9336919c8479a81547 to your computer and use it in GitHub Desktop.
Save eyaleizenberg/6b8f93624feefa9336919c8479a81547 to your computer and use it in GitHub Desktop.
async loadAndSetHappyMoment() {
const component = await import(
'../SidebarHappyMoment/SidebarHappyMoment.component'
);
this.SidebarHappyMoment = component.SidebarHappyMoment;
this.setState({
tooltipLevel: TooltipLevel.happyMoment,
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment