This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 293
Uncaught TypeError: Cannot read property 'func' of undefined #208
Comments
I am getting this error too. Has this been resolved? |
+1 |
React deprecated ther use of PropType directly from React Please update !! :) |
+1 |
2 similar comments
+1 |
+1 |
How do I update it? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am getting this error i just try the sample code below
const DateTimeField = require('react-bootstrap-datetimepicker')
export class HorizontalCustomLabels extends React.Component<HelloProps, StateProp> {
constructor() {
super()
}
render() {
return (
);
}
}
The text was updated successfully, but these errors were encountered: