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
[start:core] [1] 10:07:35 [extension host warning] 10:07:35.186 > Could not add menu contribution for website-viewer: TypeError: Cannot read properties of undefined (reading 'isExtensible') [at C:\code\paranext-core\src\extension-host\services\extension.service.ts:1131:18]
(website-viewer ist the extension name, not the column, group or menu entry name this is referring to)
To Reproduce
Steps to reproduce the behavior:
Implement this code in an extension
Watch the console output
Expected behavior
The warning should be "Could not add menu contribution for ...: A group with reference typo-in-here does not exist"
The text was updated successfully, but these errors were encountered:
Describe the bug
When referencing a non-existing group (maybe because of a typo) the error message is unfortunately not giving enough hints.
leads to
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The warning should be "Could not add menu contribution for ...: A group with reference
typo-in-here
does not exist"The text was updated successfully, but these errors were encountered: