Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old versions of react. #34

Closed
kojuka opened this issue May 18, 2016 · 4 comments
Closed

Old versions of react. #34

kojuka opened this issue May 18, 2016 · 4 comments

Comments

@kojuka
Copy link

kojuka commented May 18, 2016

Are you sure you published the latest version to npm?
When I do:
npm install react-star-rating@1.4.2 --save
I get the following:
└─┬ react-star-rating@1.4.2 ├─┬ react@0.14.8 │ ├─┬ envify@3.4.0 │ │ └─┬ jstransform@10.1.0 │ │ ├── base62@0.1.1 │ │ ├── esprima-fb@13001.1001.0-dev-harmony-fb │ │ └── source-map@0.1.31 │ └─┬ fbjs@0.6.1 │ ├── core-js@1.2.6 │ └── whatwg-fetch@0.9.0 ├── react-addons-test-utils@0.14.8 └── react-dom@0.14.8

Notice the old versions of react, react-addons-test-utils, and react-dom. Having two versions of react in my code was causing issues.

But when I do:

npm install git+https://git@github.com/cameronroe/react-star-rating.git --save

I get the corrected versions of react, react-dom, etc.
Anyone else seeing the same thing?

@Martindelataille
Copy link

Martindelataille commented Jun 2, 2016

same problem.

Fixed with:
npm i @jongleberry/react-star-rating --save-dev

@sohkai
Copy link

sohkai commented Jun 6, 2016

@cameronroe @jonathanong If either of you have a few spare minutes, would you mind releasing a new version (that would also include #27)?

@jonathanong
Copy link
Collaborator

sorry i don't have access to this module. i'm probably going to remake it though because this module has issues with mouse hovers

@kojuka kojuka closed this as completed Jun 22, 2016
@dkumor
Copy link

dkumor commented Jul 7, 2016

was this fixed? I noticed this issue was closed - but the NPM nodule was not updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants