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
// App.sveltefunctiondo_something(obj){// component reference deeply nested inside an object provided as function argument// props_obj not reactiveobj.data.comp_ref.props_obj.foo=2}
props_obj is not reactive. -> we would like it be reactive, like e.g.:
Given:
props_obj
is not reactive. -> we would like it be reactive, like e.g.:Given:
props_obj
is reactive.The text was updated successfully, but these errors were encountered: