A component shows either a secret message or a hide button. Clicking the button should toggle visibility. It never toggles — the message stays hidden forever.
The button says "Show Secret" and clicking it does nothing. The secret message never appears.
A toggle should derive its next value from its current value — not set it to a constant.
A toggle should derive its next value from its current value — not set it to a constant.