ci-richard-mcelhinney / nhaystack

Niagara module for Project Haystack
https://www.project-haystack.org
Academic Free License v3.0
36 stars 23 forks source link

Bug Fix for Reference Hierarchy Changes #31

Closed OwenFeik closed 1 year ago

OwenFeik commented 1 year ago

Previous PR introduced a bug in the view where it would crash if reloaded. This was due to making an attribute that should have been per-instance static, causing instances to attempt to reuse it and add it to multiple parent components. This PR makes the attribute an instance attribute to resolve.