-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Deleted task pages show empty task card #129
Comments
This occurs both on Dev and Prod. The Admin panel shows that the tasks are deleted from the database. |
One of my attempts at a solution was to put all of the rendering in TaskDetail into a conditional clause checking if I theorized that this is because these 2 variables are defined in the component, and must exist so that the app knows which task the user wants to see. However, |
The change in ed35c35 also caused TaskDetail pages for existing tasks to show a "Not Found" page (I suspect because the rendering conditional kicked in before the data were received from the API. Instead, I used the |
`task.title` also caused existing task pages not to render
It should show a "not found" page.
The text was updated successfully, but these errors were encountered: