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
A test should be done on store creation to avoid name collision inside the store.
For example, it should not be possible to have two nodes named demande and errorDemande.
At the moment, it is problematic : the node errorDemande is created, but the data is dispatched as an error in demande
A solution would be to test if the array of node named prefixed by status, error has a non empty intersection with the array of node un prefixed
The text was updated successfully, but these errors were encountered:
A test should be done on store creation to avoid name collision inside the store.
For example, it should not be possible to have two nodes named
demande
anderrorDemande
.At the moment, it is problematic : the node
errorDemande
is created, but the data is dispatched as an error indemande
A solution would be to test if the array of node named prefixed by status, error has a non empty intersection with the array of node un prefixed
The text was updated successfully, but these errors were encountered: