Shubham Tarade
Shubham Tarade
@fsmaia @agileurbanite @archanahm Have any of you found a way out of this?
Could you share the codesandbox or stackblitz link showing the issue?
if `data` is coming from the API response, you can use optional chaining on the last line - `return data?.length > 0 ? : ` OR `return data && data.length...
Duplicate of #181
@shuhayb I already use `Provider` from `react-redux` as a child of `AuthProvider` and my application works as expected. 