Skip to content

Instantly share code, notes, and snippets.

@ddgromit
Created September 23, 2015 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddgromit/bdc890fa62b27d8d1091 to your computer and use it in GitHub Desktop.
Save ddgromit/bdc890fa62b27d8d1091 to your computer and use it in GitHub Desktop.
// NOT WHAT WE'RE GOING TO DO
<LoadingContainer
errors={this.state.loading}
loading={this.state.loading}
component={TemperatureDisplay}
temperature={this.state.temperature}
anotherVariable={another}
etc={etc} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment