Computed signals not working in React component

I have simplified the scenario in this code playground:
https://playcode.io/2199837

Basically – I have a count, which increments when I click a button … but the computed signal never gets updated … neither in the JSX template nor in the JS code.

Any idea what am I missing?