Shubham Tarade

Results 5 comments of 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...

@shuhayb I already use `Provider` from `react-redux` as a child of `AuthProvider` and my application works as expected. ![Screenshot 2024-05-21 at 2 03 03 PM](https://github.com/authts/react-oidc-context/assets/36691389/110ffb67-f72e-42ff-8ecd-ad5e7d2566e0)