React hook that returns the name of the current dataset
The name of the current dataset
function MyComponent() { const dataset = useDataset() // ... do something with the dataset name ...} Copy
function MyComponent() { const dataset = useDataset() // ... do something with the dataset name ...}
React hook that returns the name of the current dataset