useOrderList
The useOrderList function is a React hook that returns a list of order. This hook should only be used in order page type.
Usage
import { useOrderList } from "builderoo";
const orders = useOrderList()Returns
a OrderListItem[]
The useOrderList function is a React hook that returns a list of order. This hook should only be used in order page type.
import { useOrderList } from "builderoo";
const orders = useOrderList()a OrderListItem[]