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
If a user messes up their nested array in collectPuts, the error message provided is not that helpful as it's written to explain incorrect use of types, but not why a specific assertion failed:
'Map or object containing the same under `mapping` key'
)
It would be better if a secondary assertion for the nested array was added to explicitly explain why the array approach failed with an error message of something like:
"The nested arrays must have exactly two arguments".
The text was updated successfully, but these errors were encountered:
If a user messes up their nested array in
collectPuts
, the error message provided is not that helpful as it's written to explain incorrect use of types, but not why a specific assertion failed:redux-saga-test-engine/src/core.js
Lines 115 to 119 in 6b4e649
It would be better if a secondary assertion for the nested array was added to explicitly explain why the array approach failed with an error message of something like:
"The nested arrays must have exactly two arguments".
The text was updated successfully, but these errors were encountered: