Unable toggle items visibility on and off from initial visibility none state

I’m wanting to create a button that will toggle the visibility of an item on and off on a page.

That’s straight forward to create a button with an Interaction to “Toggle Visibility” using a target ID.The button turns the visibility first off, then on,then off.,. Great!

However when the initial state of the item is requested as Visibility hidden on a breakpoint. Then the button cannot turn the item on.

Idea’s to correct this?