0👍
How about passing into your component 2 values:
- state this will be tracked
- untrackedProperty this will not be tracked
Instead of passing Game as a whole object, separate those 2 values
Source:stackexchange.com
0👍
How about passing into your component 2 values:
Instead of passing Game as a whole object, separate those 2 values