You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Nodelist component is too confusing. We have a lot of nested components, and most of the time we pass props from parent to child but sometimes we also connect the child to redux state and get props directly from the state. This ticket is to rethink this component properly and refactor it.
Description
Our Nodelist component is too confusing. We have a lot of nested components, and most of the time we pass props from parent to child but sometimes we also connect the child to redux state and get props directly from the state. This ticket is to rethink this component properly and refactor it.
Context
Why is this change important to you? How would you use it? How can it benefit other users?
Possible Implementation
(Optional) Suggest an idea for implementing the addition or change.
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
Checklist
The text was updated successfully, but these errors were encountered: