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
Make a component that receives a TreeProp. Render that component inside a section. Update the component tree to have a newer TreeProp value. Observe that the component doesn't rerender with the new value for the TreeProp.
Expected Behavior
The component should rerender with the updated TreeProp.
I'm unfortunately not surprised about this, however I don't think we are going to have time to work on fixing this in the near future. I'd suggest to either try to keep TreeProps for things which are static (e.g. a log tag, a toolbox, a logger, etc) for now unless you're feeling really motivated to dig in and send a PR :) I think we do need to fix this in the longer term and it's an important issue, we're just a bit constrained atm.
Version
0.40.0
Issues and Steps to Reproduce
Make a component that receives a TreeProp. Render that component inside a section. Update the component tree to have a newer TreeProp value. Observe that the component doesn't rerender with the new value for the TreeProp.
Expected Behavior
The component should rerender with the updated TreeProp.
Link to Code
Sample project
The text was updated successfully, but these errors were encountered: