I
I
Incold2020-05-07 21:27:58
Bootstrap
Incold, 2020-05-07 21:27:58

Why does tooltip appear without bootstrap styles in React?

Here is a piece of code where the tooltip should work

<span className="ml-3" data-toggle="tooltip" data-placement="right"
                  title="Tooltip">
              <i className="fa fa-question-circle-o"></i>
            </span>

But when hovering over the element, the tooltip appears without any styling (just like a normal title image), there are no errors or warnings in the console.
How can this be fixed?
PS I know about react-bootstrap and its components, but because it is not used in the project, I don’t really want to download the library for the sake of one place.
Thanks for any help!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question