-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSR matching of fill url #78
Comments
Hey, thanks for notifying me... But, it doesn't sound good! Which version are you using? The lastest? Because recently I changed the approach that I used to generate these ids and... BTW I can't see a solution now because these ids are generated runtime, you know? @dleitee do you have any idea to solve this? |
Well, I read a few issues about it on React core and I didn't find any great solution... Look on the #79, let me know what you think. |
Hey @danilowoz, I'll test it here and try to fix it. |
@danilowoz you generate the id at runtime with I guess it should work. Nice job with this package btw 👍 |
* SSR compatibility, solve #78 * Update name prop
Hey @pbrandone Just be careful when you'll update the version because in the lasted version I changed the API Feedback me if it works :) |
works perfectly @danilowoz. thanks a lot! |
it works! but |
@danilowoz how about to use react-id-generator for this issue? This example shows how to reset id on server |
It's don't work. |
Hey @sirKrymov, which error are you getting? Let me know how I can help you. |
Using
react-content-loader
with SSR (in this case with Next.js) I'm getting the warning:Any workaround?
Thanks!
The text was updated successfully, but these errors were encountered: