It appears that the InternalPane and Data Browser are not correctly handling certain .jsonld files. For example, you can test using the following examples:
One would expect the InternalPane to engage and allow the data to be viewed, but instead, it seems to default to the edit view (likely the SourcePane). This behavior occurs instead of rendering the expected JSON-LD data in the Data Browser.
It appears that the
InternalPane
andData Browser
are not correctly handling certain.jsonld
files. For example, you can test using the following examples:Parent directory contains more examples.
One would expect the
InternalPane
to engage and allow the data to be viewed, but instead, it seems to default to the edit view (likely theSourcePane
). This behavior occurs instead of rendering the expected JSON-LD data in the Data Browser.