Bug: New Customizable Select: option containing span, Select containing button causes hydration warning #33038
Labels
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Customizable select elements have received support in Chromium 134:
https://developer.chrome.com/blog/a-customizable-select
https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Customizable_select
Creating selects with appearance base-select work fine in React, however an error is logged in dev mode in validating DOM nesting.
and
React version: 19.1.0
Steps To Reproduce
Link to code example:
https://codesandbox.io/p/sandbox/quiet-cdn-ylm323?file=%2Fsrc%2FApp.js%3A9%2C59
The current behavior
A hydration warning is logged
The expected behavior
No error logged, no hydration errors should be happening (?)
The text was updated successfully, but these errors were encountered: