GithubHelp home page GithubHelp logo

Comments (4)

mweststrate avatar mweststrate commented on August 26, 2024

react-dom is deliberately not part of the deps as it breaks with react-native. However, with normal node resolution rules, that shouldn't matter, as a module should resolve as long as it appears anywhere in node_modules. So make sure react-dom is a dependency of the "host" or top level package.json, or the same package.json that requires mobx-react-lite and you should be fine.

I think the real issue here is that @Redocly puts react-dom in their dependencies instead of peer-dependencies; a project should have only a single version of react and react-dom , which is why you want those always as peer deps in libraries, so that the owning project can "configure" the actual react / react-dom version for everyone.

from mobx.

clentfort avatar clentfort commented on August 26, 2024

redocly provides a binary document generator. It's not some form of lib or component that one includes in their own application. So their approach of depending on a specific version of react is correct.

The peerDeps of mobx-react-lite are currently invisible to any package manager, because they are only listed in the meta but not in the peerDeps themselves. They are marked as optional, so package managers should not install these during a normal add/install. So I'm not sure there would be an actual conflict between native and dom

from mobx.

mweststrate avatar mweststrate commented on August 26, 2024

Ah I see what you are getting at. But as far as I understand with optional it won't be installed either? Would you mind doing a quick test that if [email protected] does indeed install things correctly?

from mobx.

clentfort avatar clentfort commented on August 26, 2024

I tested it and unfortunately, you are right and it still can not be found. I did hope that npm will put it into the right location but it didn't. Bummer.

from mobx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.