koolamusic / chakra-ui-autocomplete

An utility autocomplete UI library to use with Chakra UI
https://koolamusic.github.io/chakra-ui-autocomplete/
333 stars 37 forks source link

Bug: Prop `aria-controls` did not match in SSR #46

Open gepd opened 3 years ago

gepd commented 3 years ago

I want to use the automplete component in Nextjs with SSR, but I'm getting this warning: Proparia-controlsdid not match. Server: "downshift-2-menu" Client: "downshift-0-menu"

Here is a sandbox to reproduce the bug:

https://codesandbox.io/s/nextjs-chakra-ui-autocomplete-oo5z1

koolamusic commented 3 years ago

This seems to be an issue with downshift. I'll take a look at it later