Closed bennobuilder closed 3 years ago
no
Allow the subscription to just the Group value and not the Group output.
// MyCompoent.tsx const value = useValue(MY_GROUP); console.log(value); // Returns [1, 2, 3, 4] const output = useOutput(MY_GROUP); console.log(output); // Returns [{id: 1, name: 'jeff', ..}]
🆕 Feature Request
❓ Is your feature request related to a problem?
no
📄 Describe the solution you'd like
Allow the subscription to just the Group value and not the Group output.
📃 Describe alternatives you've considered
no