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

Commit

Permalink
Merge pull request #62 from robrichard/master
Browse files Browse the repository at this point in the history
Use ReactDOM.render
  • Loading branch information
leebyron committed Apr 12, 2016
2 parents 7c491de + 509c65b commit 1596938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderGraphiQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ add "&raw" to the end of the URL within a browser.
}
// Render <GraphiQL /> into the body.
React.render(
ReactDOM.render(
React.createElement(GraphiQL, {
fetcher: graphQLFetcher,
onEditQuery: onEditQuery,
Expand Down

0 comments on commit 1596938

Please sign in to comment.