The following code used to work:
var libraryCollections = await Figma.teamLibrary.getAvailableLibraryVariableCollectionsAsync();
console.log(‘libraryCollections…’);
console.log(libraryCollections);
Right now, it is not working and simply returns an empty array.
Is there a new bug in Figma?
Team libraries are enabled.