79645954

Date: 2025-05-30 18:49:13
Score: 1
Natty:
Report link

I know this is pretty old, but one thing you may be able to do is alias your older React dependency.

In your React 16 project's package.json,

"dependencies": {
  "react-16": "npm:[email protected]",
}

Now in your React 16 dependent app, you would replace all of your react imports/requires with react-16.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NLJ