Skip to content

Commit

Permalink
test snapit
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-drexler authored and simontaisne committed Nov 20, 2024
1 parent d22c88e commit 9581d46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-carpets-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@remote-dom/core': minor
---

test
1 change: 1 addition & 0 deletions packages/core/source/receivers/RemoteReceiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export class RemoteReceiver {
*/
methods?: Record<string, (...args: any[]) => any> | null;
} = {}) {
console.log('#### test');
const {attached, parents, subscribers} = this;

this.connection = createRemoteConnection({
Expand Down

0 comments on commit 9581d46

Please sign in to comment.