Created
March 8, 2018 17:48
-
-
Save sarjumulmi/a8a03b20d49be4849de7e20c593dda84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{!!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