Unique HTML ID in Gutenberg Blocks with useInstanceId
Recently I was working on building a pair of tabs and tab blocks for a project and needed a way to get a unique ID for each tab that is created. I had previously used withInstanceId but while I was checking the reference for this function I came across…