Launchpad Example
ref: https://codepen.io/Maki-Gobou/pen/yPXZvv
const bind = useNote(state => {
const { value } = state
ref.current.active = value > 0
})
ref: https://codepen.io/Maki-Gobou/pen/yPXZvv
const bind = useNote(state => {
const { value } = state
ref.current.active = value > 0
})