You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Passing a defined Provider in the Generated providers results in the warning of Generated providers should only depend on other generated providers. Failing to do so may break rules such as "provider_dependencies".
To Reproduce
Steps to reproduce the behavior:
Go to the Project Folder
Open it using VS Code
Scroll down in Problems
See the warning
Expected behavior
The providers firestoreProvider and storageProvider should also be converted to Generated Providers.
The text was updated successfully, but these errors were encountered:
Describe the bug
Passing a defined Provider in the Generated providers results in the warning of
Generated providers should only depend on other generated providers. Failing to do so may break rules such as "provider_dependencies".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The providers
firestoreProvider
andstorageProvider
should also be converted to Generated Providers.The text was updated successfully, but these errors were encountered: