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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
I found that this is happening because scxml.xsd includes other source maps using xsd:include, and does not include an xsd:element in the scxml.xsd document. I assume that xsd:include is not currently supported by atom-autocomplete-xml, thus xml.element is undefined.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error occurs in xsdParser.coffee L79 on the following xml schema: https://www.w3.org/2011/04/SCXML/scxml.xsd
This line attempts to iterate through
xml.element
, which is undefined.The text was updated successfully, but these errors were encountered: