Let's say we have a dynamic component that renders other dynamic components, and wants to add more dependencies for these components to use.
currently we can do it manually by passing a new client through the provider, but I thought we could make a DependenciesProvider