Human-Connection / WebApp

Human Connection is your super tool for social good! Let's go!
https://human-connection.org
MIT License
59 stars 27 forks source link

Fix issue on Newsfeed #165

Open appinteractive opened 6 years ago

appinteractive commented 6 years ago

We have an issue on the newsfeed where reloading the page on it causes some errors.

visualjerk commented 6 years ago

We have a vue hydration issue here, because of ssr dom and clientside dom elements not matching. However it is hard to find out which elements are mismatching.

Components inside comments may cause this type of problem: https://github.com/vuejs/vue/issues/3844

With the commented components inside NewsfeedSort.vue removed the bug seems to be fixed: #169

However it might still be possible, that contribution content caused this bug and it is now gone, because the problematic content is no more in the initially loaded contributions.

We should keep an eye on this.

appinteractive commented 6 years ago

This issue reoccurred without redeployment by it self some days ago again on the alpha.