Skip to content

Instantly share code, notes, and snippets.

@freaktechnik
Last active April 26, 2024 22:07
Show Gist options
  • Save freaktechnik/eb2a69d9cefdc509782cae1aa5af8b37 to your computer and use it in GitHub Desktop.
Save freaktechnik/eb2a69d9cefdc509782cae1aa5af8b37 to your computer and use it in GitHub Desktop.
render() {
if(this.props.clip) {
return (<Clip .../>);
}
else {
return (<Loader/>);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment