Skip to content

Commit 3144855

Browse files
OscarBarrettgajus
authored andcommitted
fix: use t.clone helper (#151)
1 parent d6ba759 commit 3144855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replaceJsxExpressionContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default (
5353
}
5454

5555
const styleNameExpression = t.callExpression(
56-
importedHelperIndentifier,
56+
t.clone(importedHelperIndentifier),
5757
args
5858
);
5959

0 commit comments

Comments
 (0)