Skip to content

Fix global state bug in getDOMState #40

@andreekeberg

Description

@andreekeberg

let globalNodeState = getNodeState(globalNode[0], false)

should be

let globalNodeState = getNodeState(globalNode, false)

Metadata

Metadata

Labels

bugSomething isn't workingjsJavaScript

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions