KELiON / redux-async-initial-state

Redux middleware that helps you load redux initial state asynchronously
MIT License
114 stars 12 forks source link

Store error as Error instance #10

Closed ghost closed 7 years ago

ghost commented 7 years ago

Need to be able to lookup rejected error.

KELiON commented 7 years ago

@kelonye agree! One question – why did you remove lib from gitignore? Build is not needed in repo, needed only for publishing npm package, so it can be removed from the repo

ghost commented 7 years ago

Oh I had meant to mention that the latest commit should be removed in the merge. Needed it to specify the version in my package.json:

"redux-async-initial-state": "kelonye/redux-async-initial-state"

ghost commented 7 years ago

All good now. Please publish if you ever get to merge it :)

KELiON commented 7 years ago

@kelonye done!

ghost commented 7 years ago

👏