Overview
useFetchEntity returns a function that fetches a single entity by its Sublay entity ID. Use this for on-demand fetches outside of EntityProvider.
Usage Example
Parameters
The Sublay entity ID to fetch.
Optional. Populate related fields. Accepted values:
"user", "space", "topComment", "saved", "files".Returns
The fetched entity. See Entity data model.

