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
`botframework-webchat-internal: Activities from graph and Redux are of different size (graph has ${activitiesFromGraph.length} activities, Redux has ${activitiesFromRedux.length} activities)`,
35
+
{
36
+
cause: {
37
+
activitiesFromGraph,
38
+
activitiesFromRedux
39
+
}
40
+
}
41
+
);
42
+
}
27
43
28
-
// If store changed, skip one assertion turn.
29
-
// This is because <GraphProvider> is using `useState()` for propagating changes.
30
-
// It is always one render behind if `store` changed.
`botframework-webchat-internal: Activities from graph and Redux are of different size (graph has ${activitiesFromGraph.length} activities, Redux has ${activitiesFromRedux.length} activities)`,
47
+
`botframework-webchat-internal: Activities from graph and Redux are of different at index ${index}`,
0 commit comments