Skip to content

Commit

Permalink
test snapit
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-drexler committed Nov 20, 2024
1 parent 7ecb7fd commit 70b548d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
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
9 changes: 9 additions & 0 deletions .changeset/shiny-cheetahs-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@remote-dom/core': minor
'@remote-dom/polyfill': minor
'@remote-dom/preact': minor
'@remote-dom/react': minor
'@remote-dom/signals': minor
---

test
1 change: 0 additions & 1 deletion .github/workflows/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ runs:
- uses: actions/setup-node@v4
with:
cache: pnpm
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Enable Corepack
run: corepack enable && pnpm -v
Expand Down
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 70b548d

Please sign in to comment.