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
I got my app crashed when I was missing multi property for META_REDUCERS provider. Then I read the documentation,
Careful attention should be called to the use of the multi property in the provider here for META_REDUCERS. As this injection token may be utilized by many libraries concurrently, specifying multi: true is critical to ensuring that all library meta reducers are applied to any project that consumes multiple NgRx libraries with registered meta reducers.
But maybe is due to something that in the new version changed, in any case I want to let you know.
I got my app crashed when I was missing
multi
property forMETA_REDUCERS
provider. Then I read the documentation,Careful attention should be called to the use of the multi property in the provider here for META_REDUCERS. As this injection token may be utilized by many libraries concurrently, specifying multi: true is critical to ensuring that all library meta reducers are applied to any project that consumes multiple NgRx libraries with registered meta reducers.
But maybe is due to something that in the new version changed, in any case I want to let you know.
it should be fixed by adding,
The text was updated successfully, but these errors were encountered: