Bug: Warning: React does not recognize the fetchPriority
prop on a DOM element [React 18.3.1]
#28948
Labels
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
React version: 18.3.1
This bug may be related to #28946 .
Steps To Reproduce
fetchPriority="high"
attribute (camelCase)fetchpriority="high"
attribute (lowercase)Link to code example: https://codesandbox.io/p/sandbox/quiet-haze-5hkscx
The current behavior
Output: (fetchpriority attribute looks ok!)
Warning:
The expected behavior
The same output, but no warning.
The text was updated successfully, but these errors were encountered: