Hydration problem?
I am having problems with buttons and links those don't work when I click any button it doesn't log out anything and when I click link it changes the path in url but doesn't navigate me to the desired page here is the github repo https://github.com/7Luke7/sheuketee
GitHub
GitHub - 7Luke7/sheuketee
Contribute to 7Luke7/sheuketee development by creating an account on GitHub.
5 Replies
Particularly Xelosani folder has some problems because the above issue only happens when I am on route /xelosani/id
If you destrucuture props like in React, it will break reactivity.
I found that in ProfileLeft.
Maybe you can check that.
@Madaxen86 What would be better approach
Actually I had an old commit I reverted back to that and I spotted the differences between one that had no issue and one that had I will fix it soon i think
Just use plain props between the function brackets.
And in the jsx / effects/ event handlers use props. …
I fixed it thanks for support it was a little different than props I had importing problems and things.