-
Notifications
You must be signed in to change notification settings - Fork 59
Hydration Bug with Upload and Button Component #394
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
Comments
Sorry for the late reply! Can you provide more code of your website. For example, the parent component of Upload. <???>
<Upload>
<Button>
"upload"
</Button>
</Upload>
</???> |
Welll..... I guess the same goes for me xD completly forgot about this, thanks for keeping it open ;) So the page is really simple as it is only supposed to be a proof of concept. Here is the
Which itself is wrapped inside the rest of the app: (This is the whole think there is no more component code)
Also, in case its needed, this is the rest of the code inside of the
|
Uh oh!
There was an error while loading. Please reload this page.
I really love the File Upload Component as it is shown on the example Website but when I try to use it locally with ssr and hydrate a hydration bug keeps apprearing related to the
input
tag (as shown in the image at the bottom).I have tried simplifying my App to the bare minimum but even just the code on the website causes the Bug:
I have made sure to have all of the basic things needed for using
thaw
with ssr, specificallySSRMountStyleProvider
ConfigProvider
ssr
andhydrate
features when my app has those features activeThanks in advance for any help
The text was updated successfully, but these errors were encountered: