I am trying to pass props into all of my nested components and context does not meet my use case.
I am passing a constant value that does not need to trigger a rerender when it changes (as it will never change)
In the code example below I have a PropsProvider
which I am using to traverse the children tree and inject the props into. I am unable to go beyond the top level though.