Skip to content

Instantly share code, notes, and snippets.

@lakinwecker
Created December 23, 2019 22:32
Show Gist options
  • Save lakinwecker/b11c78e75ef2ef00c90ec941bf275704 to your computer and use it in GitHub Desktop.
Save lakinwecker/b11c78e75ef2ef00c90ec941bf275704 to your computer and use it in GitHub Desktop.
const WrappedTaskItemPage = withUser(
withRemoteData(
{
taskOutcome=withTaskOutcome(match.params.taskId),
taskDefinition=withTaskDefinition(match.params.taskId, match.params.ideaId),
},
TaskItemPage
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment