Currently we always pass props by reference to child components.
Instead to reduce potential for unintended errors we should pass the immutable values.
We need to check what props of our service get passed to child functions and pass parts of the snap instead.
Check for implications, and unintended side effects though
Currently we always pass props by reference to child components.
Instead to reduce potential for unintended errors we should pass the immutable values.
We need to check what props of our service get passed to child functions and pass parts of the snap instead.
Check for implications, and unintended side effects though