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
lastDetails is nullable and can be null if no data was requested from the server or if there was an error in the communication.
You can't use the field before the first successful request.
Same as @Raviteja11122 , im using dummy data. When first showing the page the exception is thrown, solved it by wrapping everything with check if lastDetails is not null
The text was updated successfully, but these errors were encountered: