Requirement 4.3.4 says:
When before hooks have finished executing, any resulting evaluation context MUST be merged with the invocation evaluation context with the invocation evaluation context taking precedence in the case of any conflicts.
How does provider and client context fix here?
I think the order that makes sense is (top-most wins):
- invocation
- before hook
- client
- api
That sound right?
Requirement 4.3.4 says:
How does provider and client context fix here?
I think the order that makes sense is (top-most wins):
That sound right?