We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@talkjs/react
talkjs-react
1 parent 235c42f commit 35a5348Copy full SHA for 35a5348
lib/EventListeners.tsx
@@ -61,7 +61,7 @@ function EventListener(props: ListenerProps) {
61
62
if (typeof target[name] !== "function") {
63
console.warn(
64
- `[talkjs-react] Trying to handle event ${name} which does not exist on ${target?.constructor?.name}. Did you make a typo?`,
+ `[@talkjs/react] Trying to handle event ${name} which does not exist on ${target?.constructor?.name}. Did you make a typo?`,
65
);
66
return;
67
}
0 commit comments