Skip to main content

Launchpad Example

ref: https://codepen.io/Maki-Gobou/pen/yPXZvv

const bind = useNote(state => {
const { value } = state
ref.current.active = value > 0
})