We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17e2c3 commit c43cd4eCopy full SHA for c43cd4e
packages/api/src/hooks/useActivities.ts
@@ -44,7 +44,7 @@ function useActivitiesForDevelopment(): readonly [readonly WebChatActivity[]] {
44
for (let index = 0; index < activitiesFromGraph.length; index++) {
45
if (!Object.is(activitiesFromGraph.at(index), activitiesFromRedux.at(index))) {
46
throw new Error(
47
- `botframework-webchat-internal: Activities from graph and Redux are of different at index ${index}`,
+ `botframework-webchat-internal: Activities from graph and Redux are different at index ${index}`,
48
{
49
cause: {
50
activitiesFromGraph,
0 commit comments