-
Notifications
You must be signed in to change notification settings - Fork 195
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
React 16.0 + PropTypes Issue #143
Comments
Issue is temporarily fixed by doing:
but I wonder if this is sustainable. Can we get a version bump wherein we have the latest commits? |
+1 for version bump with latest in master f622dc8 |
Please. Do. Version bump. |
Hello, curious if there is anything I can do to help get this update released to NPM? Is the release blocked bc there is a manual testing step that needs to occur? I would be happy to test and document the results if that helps the maintainers get the release out. Thanks! 👋 |
@wehriam bump |
bumpy bump bump bump! |
bump in NPN please. |
Even when I resolve the package directly from github I get an error and I have to install the |
For those who still need a published NPM package in the meantime: https://www.npmjs.com/package/react-16-bootstrap-date-picker |
@pushtell We really need a version bump in NPM 🙏 |
@Siyfion just use the one published by @DaemonAlchemist in the comment before - simple 😝 |
@joshuanutmeg I get the following error with that version:
EDIT: Ok, |
So do I. My current workaround was to fork the repo, make
|
The create-react-class dependency has been updated, and republished to the react-16-bootstrap-date-picker package. @pushtell, it would still be helpful to get the main package updated so we don't need to maintain this fork. |
+1 |
In case you want to get rid of the package.json: Cheers 🍻 |
@1st8 warning: The datepicker is not showing in this branch when you click the element. It seems to have bad styling and also opacity is permanently zero. |
@krazyjakee That's odd, are you sure it is related to my changes? Would you mind to continue in my PR? #151 |
@1st8 @krazyjakee I used another guy's git that, I think, is the same solution that @1st8 provided. ( My solution : provide the selected value got from event onChange to the value props of the DatePicker
All works for me fine ! |
Is there any update on this one? |
@bagermen if you're desperate, fork your own and reference it in your package.json. You could even create a pull request to this repository and help everyone. EDIT: He deleted his comment. |
Hello i tried to use react-16-bootstrap-date-picker but got this
` |
Can you try using
in your package.json instead? |
Hi @pushtell, is this project being maintained? |
@DaemonAlchemist - do you mind enabling Issues on your fork? Can someone advice as to why |
@orwell1984, I don't mind at all. Issues should be enabled now. |
In my installation there's no '/lib' in the path... it's just 'react-bootstrap/Button'. Same for all the other bootstrap components. |
@blakecooper Did you solve this? I've got exactly the same error. |
@LordA98 I think I ended up using this implementation instead: https://www.npmjs.com/package/react-datepicker |
@blakecooper Yep, me too! Thanks for replying. |
Having
react
andreact-dom
upgraded to16
, I am getting the following error which I suspect relates to the new way one need to declare pros types usingPropTypes
. I think this repo has already upgraded to use new format ofPropTypes
but I'm not clear why still seeing this error!The text was updated successfully, but these errors were encountered: