ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

remove trigger from postlist useeffect #121

Closed claireolmstead closed 3 months ago

claireolmstead commented 4 months ago

Purpose

The goal of this PR is to not have the feeds go blank when a new post is posted and the spinner stops

Closes #118

Solution

Figure out what is causing this and fix it.

Change summary

Steps to Verify

  1. login
  2. create post
  3. go to any of the feeds
  4. create another post
  5. wait for spinner to finish and check that posts are all still there, not an empty feed when there shouldn't be.