Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe docs does not instruct you to install `onsenui` *AND* `react-onsenui` #2664
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at the end (you can also open the mentioned site on a device).
Environment
Onsen UI Version: 2.10.8
Framework: react-dom 16.8.6 (I think it also forces react to be 16.8.6)
Framework binding: react-onsenui 1.11.2
Additional libraries: None
Platform: Windows 10, Webpack, Chrome
Encountered problem: If your package manager writes only direct dependecies to your node_modules (pnpm), then onsenui will not be available with it. However, both
yarnandnpmwill download the package just once.How to reproduce