You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Image2 (file:///Users/user/Desktop/projects/project/node_modules/@unpic/react/dist/chunk-W7EQS7E7.mjs:30:42)
Though, it will depend on whether the fetchPriority is always set or whether you need to set a default value. You may need to finesse the TypeScript types too, depending on the project settings.
Describe the bug
To Reproduce
Expected behavior
No warnings logged to the console
Desktop (please complete the following information):
I suppose the solution is using
fetchpriority
instead offetchPriority
for nowThe text was updated successfully, but these errors were encountered: