Skip to content

Commit

Permalink
fix: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 30, 2020
1 parent 1f2f5a5 commit e8a99a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/loader/src/replaceSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ${contexts
)
.join('\n')}
`;
const storeConst = `const store = "${hashKey}";\n`;
const storeConst = `const store = ${hashKey};\n`;
let loadStories = `
const assignProps = (obj, { storyName, story, ...props}) => {
//preserve component and subcomponents as strings
Expand Down

0 comments on commit e8a99a6

Please sign in to comment.