Skip to content

Commit 40d0a75

Browse files
committed
fix: 🐛 typo
1 parent f82dea3 commit 40d0a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/findRef.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const $$findRef = (path: Path): JavaScriptLinked<Fn> => {
3535
`;
3636
}
3737

38-
const js = /* js */ `(function(hasOwnProperty, path){
38+
const js = /* js */ `(function(has, path){
3939
return function(val) {
4040
var obj, key;
4141
${loop}

0 commit comments

Comments
 (0)