UXP project - react

Hello, I just started development for uxp plugins (I’m new to this, but im a developer so the general concepts all make sense), and i have a couple questions.

I’m developing a UXP plugin for ppro, and i have so far a panel & react plugin running. I noticed my react dependencies in my package.json are:

“dependencies”: {
“react”: “^16.8.6”,
“react-dom”: “^16.8.6”
},

is there support for at least react 18 in uxp? If not, are there any plans to update to 18 at least, if not 19?

Hi Logan,
There are no current plans for UXP to support newer versions of React.
-Dan