Tooltip show attribute doesn't work

Hello, I made a custom panel plugin and implemented support for shared crosshair and tooltip using grafana’s UI tooltip component.
I noticed with the latest version of grafana that the show attrbute of the tooltip UI component doesn’t work anymore.
When trying in the “storybook”, setting “true” for the show attribute have no effect.
After digging more it seems to start between grafana version 9.1.8 and 9.2.0 and comes with these changes.

Am I misusing the component or should I fill a bug report on github ?