I need help guys to figure out how to get variable collections from a published library.
I have created a few variables in a library file, and created a plugin to fetch these variable collections using a plugin in a different Figma file.
So, first I am getting variable collections & variables using REST API
Next, by iterating on the variable collections object here comes the problem
I keep getting error ““MemPool/Node: cannot dereference nullptr” in countError (FGMemPool.cpp)”
Keep in mind I used both id & subscribed_id but still doesn’t work
Any ideas about this error?