node-ethernet-ip icon indicating copy to clipboard operation
node-ethernet-ip copied to clipboard

Tag Group Length not working anymore

Open balex3 opened this issue 4 years ago • 0 comments

Tag Group Length is not working

Current Behavior

Returns undefined

Expected Behavior

Should return length

Possible Solution (Optional)

Change this get length() { return Object.keys(this.tags).length; } To this get length() { return Object.keys(this.state.tags).length; }

Context

Recent update has stopped program working

balex3 avatar Jan 11 '20 03:01 balex3