Skip to content

Instantly share code, notes, and snippets.

@sarjumulmi
Created March 8, 2018 17:48
Show Gist options
  • Save sarjumulmi/a8a03b20d49be4849de7e20c593dda84 to your computer and use it in GitHub Desktop.
Save sarjumulmi/a8a03b20d49be4849de7e20c593dda84 to your computer and use it in GitHub Desktop.
{!!this.state.errors ?
<VanishingComponent time={10000} transitionDuration={2000}>
<Message
compact
warning={!!this.state.errors}
header='Error'
content={this.state.errors}
/>
</VanishingComponent>
:
null}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment