-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Version
2.5.13
Reproduction link
https://jsfiddle.net/ts7c6s1w/2/
Steps to reproduce
- Open repro link
- Verify component tree has the component which provides
val
- Verify that there are two components which inject
val
- Verify the output
What is expected?
Both the injector
and the func-injector
receive provided val
.
What is actually happening?
Only injector
receives provided val
.
I didn't found any information about such behavior in docs. Looks like functional components resolve injections from functional context not parent component. Is it intended to work as it works now?
Metadata
Metadata
Assignees
Labels
No labels