Internals pane broken - URI field won't open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 106
- Forks
- 52
- Avg merge
- 13h 35m
- Merged PRs (30d)
- 10
Description
((Looks like a type script into probllem, assuming that items on display are NamedNodes and not symbols the URI maybe ??)
When you open the internals pane and then click on the triangle to open the URI field for more stuff about the URI, the triangle disappears

Console trace:
Uncaught (in promise) TypeError: subject.site is not a function
at Object.label (mashlib.js:66276)
at mashlib.js:68844
at Array.filter (<anonymous>)
at _callee6$ (mashlib.js:68843)
at tryCatch (mashlib.js:125794)
at Generator.invoke [as _invoke] (mashlib.js:126023)
at Generator.prototype.<computed> [as next] (mashlib.js:125846)
at asyncGeneratorStep (mashlib.js:68164)
at _next (mashlib.js:68186)
at mashlib.js:6819
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure by opening the internals pane and expanding the URI field. Start with the Object.label location and its caller shown in the mashlib.js trace, then trace the subject passed into that call. Done means the URI triangle remains usable and expanding it no longer raises the reported TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100