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
Uncovered during the merge: selectors with Props were getting undefined instead of the prop values.
This is happening because MockStore wasn't taking Props in the select implementation, so it's not passing anything down to the Store as well.
Uncovered during the merge: selectors with Props were getting
undefined
instead of the prop values.This is happening because MockStore wasn't taking Props in the
select
implementation, so it's not passing anything down to the Store as well.platform/modules/store/testing/src/mock_store.ts
Line 98 in 4a5153c
I would be willing to submit a PR to fix this issue
[x] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered: