Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Feb 22, 2024
1 parent 648bd46 commit 80f28ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/interactivity/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const handlers = {

return result;
},
// Prevents passing the current proxy as the receiver to the deepSignal.
set( target: any, key: string, value: any ) {
return Reflect.set( target, key, value );
},
Expand Down

0 comments on commit 80f28ad

Please sign in to comment.