Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created January 23, 2020 14:02
Show Gist options
  • Save bobsilverberg/caedbbd27aff90379da8437c4467627e to your computer and use it in GitHub Desktop.
Save bobsilverberg/caedbbd27aff90379da8437c4467627e to your computer and use it in GitHub Desktop.
render() {
const { version } = this.props;
return (
<LinterProvider
versionId={version.id}
validationURL={version.validationURL}
selectedPath={version.selectedPath}
>
{this.renderWithMessages}
</LinterProvider>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment