Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Uncaught TypeError: Cannot read property 'func' of undefined #208

Open
abdulhaseeb07a opened this issue Feb 1, 2018 · 8 comments
Open

Comments

@abdulhaseeb07a
Copy link

abdulhaseeb07a commented Feb 1, 2018

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 (

);
}
}

@rainitesh
Copy link

I am getting this error too. Has this been resolved?

@dovrosenberg
Copy link

+1

@patrickwallesch
Copy link

React deprecated ther use of PropType directly from React
https://reactjs.org/blog/2017/04/07/react-v15.5.0.html#migrating-from-reactproptypes

Please update !! :)

@DariuS231
Copy link

+1

2 similar comments
@MaxVynohradov
Copy link

+1

@1john
Copy link

1john commented Jun 11, 2018

+1

@thesnowgoose
Copy link

How do I update it?

@1john
Copy link

1john commented Jun 16, 2018

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

No branches or pull requests

8 participants