Skip to content

Commit 35a5348

Browse files
committed
fix: Use @talkjs/react name instead of talkjs-react
1 parent 235c42f commit 35a5348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/EventListeners.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function EventListener(props: ListenerProps) {
6161

6262
if (typeof target[name] !== "function") {
6363
console.warn(
64-
`[talkjs-react] Trying to handle event ${name} which does not exist on ${target?.constructor?.name}. Did you make a typo?`,
64+
`[@talkjs/react] Trying to handle event ${name} which does not exist on ${target?.constructor?.name}. Did you make a typo?`,
6565
);
6666
return;
6767
}

0 commit comments

Comments
 (0)