You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in file renderList.js line 12 and 30, the const tags = foundryDocument.getAutoTagDisplay(); throws an exception because foundryDocument isn't a OseItem but an Item prototype instead
so the object can't find the function to get the tag list
The text was updated successfully, but these errors were encountered:
Reported by @freohr
The text was updated successfully, but these errors were encountered: