Version using metronic 9.
When using tooltip combined with Outlet of react router dom, it does not work. When using outside the Outlet area, it still displays and works as usual.
Hi,
Have you tried to call KTComponent.init()
global components initializer on your route change effect?
Please note that on each change the KT components must be initialized explicitly.
Regards.