Read the current cell id from the nearest CellIdContext. Populated by
<Paper /> around every renderElement / renderLink invocation.
Use this inside a render callback (or any component mounted from one) when you only need the id, it's cheaper than useCell() since it never subscribes to store updates. Throws when used outside a Paper render context.
the current cell id
useCellId()