Open
Description
Version
2.3.3
Reproduction link
Steps to reproduce
I created a minimal reproduction of the behavior I am trying to test, the example just needs JSX to work.
What is expected?
The properties passed down from parent should show up in ctx.injections
.
What is actually happening?
Ctx.injections
exists but remains empty. The properties are not being passed down to the functional component context.