-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dependencies provider #87
Comments
|
Okay after I saw the change I'm calmer :) |
I solved the multi dep version by adding a dependency hash to the storage key, so that components downloaded for a specific set of dependencies will be stored separately. as I mentioned, we can already override the context (by adding another |
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
The text was updated successfully, but these errors were encountered: