Created
August 6, 2015 13:04
-
-
Save coryhouse/fd6232f95f9d601158e4 to your computer and use it in GitHub Desktop.
Mock Author API for "Building Applications with React and Flux" on Pluralsight
Thanks @coryhouse
thanks @coryhouse
thanks @coryhouse
thanks @coryhouse
hello i am trying to load authors for the dropdown but it seems that they never get loaded and i get this error.
I am stuck at this line and when i console state it doesn't have authors.
const authorsFormattedForDropdown = state.authors.map(author => { return { value: author.id, text: author.firstName + ' ' + author.lastName }; });
@destino92 Did you add authorData.js?
Thanks!!
authorData.js file here: https://gist.github.com/coryhouse/9e09fa659cf89e4eddef
Thank you.
Thank you :)
Thanks!
Thanks 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This file belongs in /src/api/authorApi.js