Next.js Discord

Discord Forum

Component stopped being visible after Next update.

Answered
Brown bear posted this in #help-forum
Open in Discord
Brown bearOP
I got client side animation which got children server side component. Unfortunately after update it stopped working and i dont get errors, build also works so im not sure what's going on.
Answered by Brown bear
It React-reveal-awesome. It got problem with SSR showing after update to Next 13.5.5
View full answer

22 Replies

Brown bearOP
@Clown here you go
Lgtm
Try clearing cache
What next version are you using?
It could very well be a issue of another package that isnt next.
Brown bearOP
latest 13.5.5
i did update only Next.JS
Hmm... how? Are your dependencies pinned?
Brown bearOP
no, i just "npm i next" 😄
iirc correctly just npm i next wouldn't update the package tho
Anyways, clear cache, delete node modules, and .next folder
Then retry
Brown bearOP
Found out the problem
Brown bearOP
It React-reveal-awesome. It got problem with SSR showing after update to Next 13.5.5
Answer
Brown bearOP
before it was alright.
Thanks Supreme 🙂
Weird. Do the above suggestions still, and maybe first try using canary.
If nothing works you'll have to go back to the version it works
Brown bearOP
That wouldn't work as its problem with the Library 😄
They got something wrong there, probably opacity set to 0
idk.