Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Created March 3, 2019 20:23
Show Gist options
  • Save brandonroberts/f10bb5dbbea1516ccc4891c7a81e8b1e to your computer and use it in GitHub Desktop.
Save brandonroberts/f10bb5dbbea1516ccc4891c7a81e8b1e to your computer and use it in GitHub Desktop.
export const selectMoviesPageError = createSelector(
selectMoviesState,
state => state.error // return error message
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment