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.
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.