Skip to content

Commit

Permalink
roar
Browse files Browse the repository at this point in the history
  • Loading branch information
stopachka committed Jan 16, 2025
1 parent 68dc33e commit 99807d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/packages/react/src/InstantReactAbstractDatabase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ function usePublishTopic<
const publishTopic = useCallback(
(data) => {
room._core._reactor.publishTopic({
roomType: this.type,
roomId: this.id,
roomType: room.type,
roomId: room.id,
topic,
data,
});
Expand Down

0 comments on commit 99807d9

Please sign in to comment.