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
Somehow a space card appeared in my Inbox (DEV)
See in the image the card with yellow square is the card I should see, but I see additionally the card with the red square which I should see only in the parent space and not in the inbox.
I guess it's also related to caching...
The text was updated successfully, but these errors were encountered:
After investigating here are my insights. To reproduce:
Go to your inbox and refresh the app.
Go to My Spaces
Go back to Inbox. The Project cards should appear.
It's definitely cache related, and it happens when addNewInboxItems is excreted. Looks like the data that is sent to this function contains the unnecessary projects items. I still couldn't figure out where/how this extra data is injected.
Somehow a space card appeared in my Inbox (DEV)
See in the image the card with yellow square is the card I should see, but I see additionally the card with the red square which I should see only in the parent space and not in the inbox.
I guess it's also related to caching...
The text was updated successfully, but these errors were encountered: