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 the get_click_hanlder function within the functions.js file (line 27, specifically), the item.requires.library statement doesn't properly check if both requires and library exist. This can cause issues with custom button implementations that do not have these attributes.
Correct implementation could / should be item?.requires?.library.