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

Length failing to return on Tag Group

Open balex3 opened this issue 5 years ago • 0 comments

.length() is not returning the number of groups within tag

Current Behavior

As above (node-ethernet-ip/src/tag-group/index.js)

Expected Behavior

Length of group should be returned

Possible Solution (Optional)

Change (Line 31) return Object.keys(this.tags).length; to return Object.keys(this.state.tags).length;

balex3 avatar Jan 29 '19 10:01 balex3