Skip to content

Commit

Permalink
replace key prop with another name
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Nov 21, 2023
1 parent ee89d8e commit a3ab1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ObserverComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ export default defineComponent({
},
},
render() {
return h(this.$slots.default!, { key: this.key })
return h(this.$slots.default!, { mobxVueKey: this.key })
},
})

0 comments on commit a3ab1b0

Please sign in to comment.