ErrorPro / relay-compose

This is HOC for relay modern to work with сomposable components.
29 stars 5 forks source link

Error prop #1

Closed voby closed 7 years ago

voby commented 7 years ago

https://github.com/ErrorPro/relay-compose/blob/44ebc762a48360c770969b51c2d274f445e36aa5/src/index.js#L47 https://github.com/ErrorPro/relay-compose/blob/44ebc762a48360c770969b51c2d274f445e36aa5/src/index.js#L39

Error prop will be always null in base component. If an error occurs, render function will return null.

ErrorPro commented 7 years ago

Yep, that makes sense. I'll check it later and think what can be done to fix it. Thanks.

ErrorPro commented 7 years ago

@voby Can you check it now please?

voby commented 7 years ago

@ErrorPro LFTM