Skip to content

Commit

Permalink
fix: importKey vs key
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Nov 28, 2020
1 parent 4226989 commit 524334f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/instrument/src/babel/extract-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const extractComponent = async (
...acc,
[from]: [
...acc[from],
key
importKey
? { name, from, importedName, key: importKey }
: { name, from, importedName },
],
Expand Down

0 comments on commit 524334f

Please sign in to comment.