()
| 85 | ) |
| 86 | |
| 87 | const User = () => <h2>{useStore($user)}</h2> |
| 88 | const Friends = () => useList($friends, friend => <li>{friend}</li>) |
| 89 | const Total = () => <small>Total: {useStore(friendsTotal)}</small> |
| 90 |
nothing calls this directly
no test coverage detected
searching dependent graphs…