This warning message is logged to the console when starting a next.js application:
Warning: React does not recognize the `fetchPriority` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `fetchpriority` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
at img
at className (webpack://next-app/src/client/image-component.tsx?51e1:212:5)
at RouterContext (webpack://next-app/src/client/image-component.tsx?51e1:372:5)
at SolitoImage (webpack://next-app/src/image/expo/image.web.tsx?feeb:19:5)
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
This warning message is logged to the console when starting a next.js application:
Expected Behavior
No warning message
Steps To Reproduce
No response
Versions
Screenshots
No response
Reproduction
No response