Same as useSharedState(), but returns the value only.
Example:
const counter = useSharedStateValue(counterState); Copy
const counter = useSharedStateValue(counterState);
Same as useSharedState(), but returns the value only.
Example: