UXP Questions - react
Hello, I have a couple questions related to a react app plugin in a ppro uxp panel.
1. I have my react app working just fine, with version react 16, is there any plans/timeline to allow newer react versions, perhaps 18?
2. I'm developing this app for a company that wants to integrate outside resources into a ppro panel, this seems to be working fine early on, but I'm developing the UXP implementation on ppro beta. I was wondering if there is a timeline for a stable ppro to have these uxp features? My understanding was that uxp is not fully released yet for the current stable, is that correct?
3. I'm using npm with this uxp react panel, and it seems to come with "acord-with-stage3" pre-installed, this is in my package.json (tho does not seem to be included in my dependencies):
"resolutions": {
but it seems to be causing me some issues when installing other packages, it gives me this error when attempting to install most other packages via npm install <package-name>:
npm error Invalid Version: npm:acorn-with-stage3
I've tried cleaning the npm cache, and re-installing the node_modules & package-lock, but the error persists afterwards.
Thanks for any help.
-Logan
