instant-harlequinI
Refine2y ago
17 replies
instant-harlequin

useOne

How to extract the value that is in another resource Ex: I wanto to extract the the iten.name from itens resource but I´m working in requisicaos resource

const { data } = useOne({
resource: "itens",
id: "",
});
Was this page helpful?