Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(preview): wrong DOM reference prevents rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReincarnator authored and lkuechler committed Apr 6, 2018
1 parent f30d832 commit f625dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ export class Analyzer extends StyleguideAnalyzer {
* @inheritdoc
*/
public render(): void {
ReactDom.render(React.createElement(PreviewApp), document.getElementById('app'));
ReactDom.render(React.createElement(PreviewApp), document.getElementById('preview'));
}
}

0 comments on commit f625dde

Please sign in to comment.