You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using data and auth providers are working well in my project but if I want to allow anonymous access and set the disableAuthentication prop in a List component as described here, the following error is raised :
Cannot read properties of undefined (reading 'status')
Using data and auth providers are working well in my project but if I want to allow anonymous access and set the
disableAuthentication
prop in aList
component as described here, the following error is raised :Cannot read properties of undefined (reading 'status')
which I guess is related to this line of code
The text was updated successfully, but these errors were encountered: