I have tried to follow the bootstrap documentation to make work a popover. But I have been unsuccessful in converting this piece of code into something React can understand.
{
$(document).ready(function() {
$('[data-toggle="popover"]').popover();
});
}
Without it my popover cannot function properly. What's the solution?