makeplane / plane

🔥 🔥 🔥 Open Source JIRA, Linear and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
http://plane.so
GNU Affero General Public License v3.0
25.88k stars 1.4k forks source link

[WEB-1724] fix: initial pages list loading. #4939

Closed prateekshourya29 closed 6 days ago

prateekshourya29 commented 1 week ago

Problem

When user's were navigation to the pages route directly from dashboard, we get infinite loader.

Solution

This was because we were using the router store to get the values of workspaceSlug and projectId and there was a small delay while updating those values on store wrapper. Due to this projectId was still undefined.

Other fixes:

Also added the fix in inbox issues where we might encounter the same issue.

Issue link: WEB-1724