ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
32 stars 8 forks source link

Fixed reported bug about console errors #2095

Closed munteannatan closed 4 months ago

munteannatan commented 4 months ago

Pull Request

๐Ÿคจ Rationale

Bug 2671736: Wafermap plugin logs unnecessary info to the console.

The bug mentioned above was fixed.

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

Resize changes sometimes do not propagate correctly when the component is initialized, so the hover rect gets 'NaN' values for height and width. Checked the dimensions before setting them.

๐Ÿงช Testing

Existing tests are passing. New test added.

โœ… Checklist