Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jan 17, 2023
1 parent 5f39f45 commit 77bdd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alpinejs/src/entangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { effect, release } from './reactivity'

export function entangle({ get: outerGet, set: outerSet }, { get: innerGet, set: innerSet }) {
let firstRun = true
let outerHash, innerHash
let outerHash, innerHash, outerHashLatest, innerHashLatest

let reference = effect(() => {
let outer, inner
Expand Down

0 comments on commit 77bdd55

Please sign in to comment.