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
I just had the same error. Since other might have similar issues I'm posting my solution here:
Make sure your dataloader(s) is not returning anything. The only valid return value is a function that when called (on unmount for instance) will stop the current loading logic. A common error is to return a promise or a object from the dataloader. If you do that, then you will have this error.
Using compose function with custom dataloader function.
Everythime i start the app this error shows up
The text was updated successfully, but these errors were encountered: