Looking for some details about PublishStatus and getPublishStatusAsync().
As far as I can tell getPublishStatusAsync() always returns UNPUBLISHED outside of the library file itself. Am I missing something here?
Steps I took
- create new file that has access to team library
 - Insert instance from library (by dragging from asset panel)
 - get main component from instance using getMainComponentAsync()
 - run getPublishStatusAsync() on main component
 - results 
UNPUBLISHED 
