Angular v20 introduced the ability to go zonless with "provideZonelessChangeDetection" but the popup placement of kendoTooltip with zoneless is offset. If I add back the zone.js dependency then it works fine, but of course that's not ideal.
Code to reproduce is very simple:
<button kendoTooltip title="test tooltip">
hi there
</button>
or here's a code sandbox sample forked from the tooltip overview example
Would you please modify this to work with zoneless?
Thank You.