buildo / bento-design-system

A customizable and extensible Design System framework for React.js projects
https://www.bento-ds.com
MIT License
107 stars 12 forks source link

Fix SelectField hydration mismatch error #859

Closed gabro closed 2 months ago

gabro commented 2 months ago

SelectField suffers from this react-select issue https://github.com/JedWatson/react-select/issues/2629 when rendering in SSR environment

This PR works around it by adding a stable id (using useId or the id passed externally) to pass to id and instanceId.