davnicwil / react-frontload

Async data loading for React components, on client & server
451 stars 21 forks source link

can't set props #37

Closed amit0shakya closed 5 years ago

amit0shakya commented 5 years ago

I have recently learned react redux not pro level developer, I am trying to build Server side render app react, I need to show AWS server content on initial state which is I feel really critical using react + redux. my normal redux app was running fine without frontload but it loads data after the first render happens and shows loading but when I try to connect frontload it start throwing an error:

Cannot set property 'props' of undefined, Well I am sure it's not frontload issue, but I am unable to figure it out. need some help. here my code: https://gist.github.com/amit0shakya/7ffb897571a21122586267bb346f4f2b

davnicwil commented 5 years ago

Looking at the gist I don't see anything obviously incorrect with the frontload setup - I'm going to close this issue as I think as you suggest it's not an issue in frontload itself, just a bug somewhere in your code. Stackoverflow might be a better place to post this issue :-)