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
On my machine, very often, for instance nsdoc74 is null.
In this file it's hard for me to see how it can be anything other than null as it is defined in initializeNsdoc within the function scope and it is not available in the getXXDataDescription functions.
PR with a possible fix coming shortly.
The text was updated successfully, but these errors were encountered:
Describe the bug
When nsdoc files are loaded the user should see nice descriptions in, for instance the IED editor
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Want descriptions!
Screenshots
When I open the sample file, I see no descriptions with the nsdocs loaded:
Additional context
It seems like the functions called in getDataDescription are referring to null objects:
open-scd/packages/openscd/src/foundation/nsdoc.ts
Lines 3 to 74 in 9c5859e
e.g.
On my machine, very often, for instance
nsdoc74
is null.In this file it's hard for me to see how it can be anything other than null as it is defined in
initializeNsdoc
within the function scope and it is not available in thegetXXDataDescription
functions.PR with a possible fix coming shortly.
The text was updated successfully, but these errors were encountered: