DEV Community

Brian Stensrud
Brian Stensrud

Posted on

What happed to "react-dom/unstable-native-dependencies"

I have some legacy code (written on a Mac). Using this code base, I have built an Expo app on Windows, and am getting the error that "react-dom/unstable-native-dependencies" could not be found.

Anyone know what happened to the "unstable-native-dependencies"? It isn't in "react-dom" in my node modules, but I have to assume that this package exists ( or existed ) somewhere.

Although this code base is not complete, the Mac version is running in production for testing.

I am using the same package.json that was used in the Mac version, and so I'm very confused as to how it can be built on the Mac, but throws this error (plus a few others that I have corrected) on my Windows machine.

Any advice will be greatly appreciated

b

Top comments (1)

Collapse
 
molnfront profile image
Göran Svensson

Yup, have the same problem in a new web project...