useSelectContext
Deprecated: Use
useComboboxContext
instead.
Returns the select store from the nearest select container.
Code examples
function Select() {
if (!store) {
throw new Error("Select must be wrapped in SelectProvider");
}
// Use the store...
}