Reactivity when passing props down not reactive on nested component
Hi guys and girls, I'm currently struggling with reactivity. Here's a look at the code:
If I add this in the parent to test, everything works correctly and properties are reactive. However, when I move this into another component
Any help would be greatly appreciated, thanks in advance!
ParentComponent.tsxIf I add this in the parent to test, everything works correctly and properties are reactive. However, when I move this into another component
ChildComponent.tsx I loose reactivity and instead get static values...ParentComponent.tsx:ChildComponent.tsx:Any help would be greatly appreciated, thanks in advance!
