Closed voby closed 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.
Yep, that makes sense. I'll check it later and think what can be done to fix it. Thanks.
@voby Can you check it now please?
@ErrorPro LFTM
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.