React hook that returns the current project id
The current project id
function MyComponent() { const projectId = useProjectId() // ... do something with the project id ...} Copy
function MyComponent() { const projectId = useProjectId() // ... do something with the project id ...}
React hook that returns the current project id