No shouldThrow option for useRouteContext
The useRouterContext hook sometimes throws a invariant error. I see in the source code that it uses useMatch, but there is currently no way for me now to pass
Could that be added as a possible property for useRouteContext?
shouldThrow as false to that useMatch. Could that be added as a possible property for useRouteContext?