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
Your new component just created in the latest lesson introduced an issue.
When you create a reply (with pagination set to 1 reply), the reply show up on the page with the one previously shown (so 2 are displayed despite the pagination should only return one).
This issue it there as well when you delete a Reply leaving a blank page.
Maybe will we need inter-component event there to monitor new post and flush datas?
What would you think?
Thanks for this tut anyway.
The text was updated successfully, but these errors were encountered:
I hacked your Collection.js file but it's only a quick fix as it don't show any clue about current update status, and if your local server is slow, it could lead to strange behaviour.
I just suggest this as it could make the user experience more agreeable.
Hello,
Your new component just created in the latest lesson introduced an issue.
When you create a reply (with pagination set to 1 reply), the reply show up on the page with the one previously shown (so 2 are displayed despite the pagination should only return one).
This issue it there as well when you delete a Reply leaving a blank page.
Maybe will we need inter-component event there to monitor new post and flush datas?
What would you think?
Thanks for this tut anyway.
The text was updated successfully, but these errors were encountered: