Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX module resolve #5840

Merged
merged 1 commit into from
Apr 8, 2024
Merged

FIX module resolve #5840

merged 1 commit into from
Apr 8, 2024

Conversation

croatialu
Copy link
Contributor

@croatialu croatialu commented Apr 2, 2024

This PR contains:

  • A BUGFIX

Describe the problem you have without this PR

my code:

  replicateWebRTC(
    {
      collection: database.users,
      topic: 'my-users-pool',
      connectionHandlerCreator: getConnectionHandlerSimplePeer({}),
      pull: {},
      push: {
      }
    }
  );

the error:
image

like this:
https://github.com/yjs/y-webrtc/blob/61676a8187e7bd545fd12d0ad6d85f9299b9c0ac/src/y-webrtc.js#L16

@croatialu
Copy link
Contributor Author

#5841

@pubkey pubkey merged commit 97e2ecd into pubkey:master Apr 8, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants