Open ghost opened 1 year ago
I changed the <TypeWriter />
component to <TypewriterComponent />
, since it looks like a react component, but this component also threw the same error as what I mentioned.
I had same problem.
Try to change parent tag to
Try to change parent tag to
Exactly, I was having the same hydation error, then I changed my parent tag from
to
tag, I believe this can happen with others tags
Conversation
When I use the
<TypeWriter />
react component in the NextJS project, following this instruction(the second one), the website showed me an error window below.The Error Window
Versions
The other problems
Also, as I typed
<TypeWriter
, the suggestion showed the<TypewriterClass
and<TypewriterComponent
components, instead of the<TypeWriter>
component that the suggestions should show.