componentDidMount(){
jQuery(function($) {
$('#myModal').modal('show');
});
}
I'm using jquery with reactjs, When i'm using this, an error is getting is like
Unhandled Rejection (TypeError): Object(...) is not a function.
I don't know why this error is coming