Bug: hidden
attribute does not accept string values
#24740
Labels
Component: DOM
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Bug
React version:
Steps To Reproduce
Link to code example:
https://codesandbox.io/s/headless-violet-ygn593
The current behavior
React will turn hidden into a boolean attribute and removes "until-found":
The expected behavior
React does not strip "until-found" to allow using hidden-until-found in Chrome 102+ for better SEO and accessibility.
The text was updated successfully, but these errors were encountered: