Skip to content

Instantly share code, notes, and snippets.

@jeznag
Created August 14, 2018 06:37
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 jeznag/d28280d3e7557256a61446543907a980 to your computer and use it in GitHub Desktop.
Save jeznag/d28280d3e7557256a61446543907a980 to your computer and use it in GitHub Desktop.
submitformfixture
class SubmitFormFixture extends Component {
public displayName = 'SubmitForm';
public render() {
return (
<Query query={getAvailableOptions}>{() => <SubmitFormComponent />}</Query>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment