React does not recognize `fetchPriority` prop on DOM element

I am getting the following warning in my code:

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 EmotionCssPropInternal
at picture
at ImageComponent (/Users/johnhschneider/dev/orh/ohdotcom/node_modules/@builder.io/react/src/blocks/Image.tsx:162:1)
at div
at BuilderBlock (/Users/johnhschneider/dev/orh/ohdotcom/node_modules/@builder.io/react/src/components/builder-block.component.tsx:723:2)
at div
at EmotionCssPropInternal
at BuilderBlocks (/Users/johnhschneider/dev/orh/ohdotcom/node_modules/@builder.io/react/src/components/builder-blocks.component.tsx:31:1)

Looking at your git repo file: builder/packages/react/src/blocks/Image.tsx at main · BuilderIO/builder · GitHub

It does seem like this file is using ‘fetchPriority’ in this code. It would be nice if this could be removed so these warnings aren’t being thrown.

Hey @jhs129 this issue is resolved in React 19. Please upgrade your React and let me know if you are still facing this issue.

Hello! Are there any other way to fix this? Without updating React to 19?