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
Uncaught (in promise) TypeError: subject.site is not a function
at Object.label (mashlib.js:62753)
at mashlib.js:65309
at Array.filter (<anonymous>)
at _callee6$ (mashlib.js:65308)
at tryCatch (mashlib.js:120589)
at Generator.invoke [as _invoke] (mashlib.js:120815)
at Generator.prototype.<computed> [as next] (mashlib.js:120641)
at asyncGeneratorStep (mashlib.js:64629)
at _next (mashlib.js:64651)
at mashlib.js:64658
name: 'dashboard',
label: function label(subject) {
if (subject.uri === subject.site().uri) {
return 'Dashboard';
}
The text was updated successfully, but these errors were encountered:
timbl
changed the title
Dashboard Pane: label crashes when you expand the URI field in internals pane
Dashboard Pane: label crashes when the subject is not a NamedNode
Mar 17, 2020
Console log
eg when subject is https://webschemas.org/SpecialAnnouncement
in the code:
The text was updated successfully, but these errors were encountered: