NextJS Warning: Prop `aria-describedby` did not match.
Author: danielpaz6Created May 24, 2020Updated Nov 14, 2023
Labelsbughelp-wanted
Describe the bug When using next.js and adding Tooltip component, it displays this error:
Warning: Prop
aria-describedbydid not match. Server: "evergreen-tooltip-192" Client: "evergreen-tooltip-1"
To Reproduce Steps to reproduce the behavior:
- Open new NextJS project
- Install evergreen-ui
- Use
<Tooltip />component.
Evergreen Version 4.27.4
Environment (please complete the following information):
- OS: windows
- Browser chrome
Source: segmentio/evergreen