Hello. After few minutes tooltip doesn't showing up. Is it possible loosing

Hello. After few minutes tooltip doesn’t showing up. Is it possible loosing Current UI? It happens when I navigate to another route and then go back to previous route.

 TooltipConfiguration ttConfig = new TooltipConfiguration();
        ttConfig.setFollowCursor(TC_FOLLOW_CURSOR.HORIZONTAL);
        ttConfig.setHideOnClick(TC_HIDE_ON_CLICK.FALSE);
        ttConfig.setInertia(true);
        ttConfig.setShowOnCreate(true);
        ttConfig.setPlacement(TC_PLACEMENT.BOTTOM);
        Tooltips.getCurrent().setDefaultTooltipConfiguration(ttConfig);
        Tooltips.getCurrent().setTooltip(previousPolicyTerminated, "Poprzednia polisa wypowiedziana?");
        Tooltips.getCurrent().setTooltip(photosSentToTu, "Zdjęcia przesłane do TU?");
        Tooltips.getCurrent().setTooltip(documentSignedSendToTu, "Podpisana polisa przesłana do TU?");

Which version of Vaadin do you use?
Could you provide an example view that can be used to reproduce the issue?

I was using vaadin 19.0.2 or obove. I can’t reproduce this issue because right now I am using another solution.