Skip to content

Commit

Permalink
Update deploy-gatsby.md
Browse files Browse the repository at this point in the history
remove additional render
  • Loading branch information
couturecraigj committed Jul 12, 2017
1 parent a32e3e1 commit 20587b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/deploy-gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ because this is going to be executed on every deploy it is suggested that you us
or alternatively
`Uncaught Error: Minified React error #32; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=32&args[]=## for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`

This is a new problem when dealing with static sites built with React. React uses HTML comments to help identify locations of components that render do not render anything. If you are using a CDN that minifies your HTML, it will eliminate the HTML comments used by react to take control of the page on the client.
This is a new problem when dealing with static sites built with React. React uses HTML comments to help identify locations of components that do not render anything. If you are using a CDN that minifies your HTML, it will eliminate the HTML comments used by react to take control of the page on the client.

0 comments on commit 20587b4

Please sign in to comment.