Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rrdelaney authored Apr 29, 2017
1 parent a437e38 commit cd24d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ We've been developing internally against [Githunt-React](https://github.com/apol

### Debugging

If the devtools panel is blank, it may be because you have third party cookies enabled. See [this stackoverflow](https://stackoverflow.com/questions/30481516/iframe-in-chrome-error-failted-to-read-localstorage-from-window-access-den) issue on how to enable them. This affects the devtools because they access `localStorage`, and that settings makes them throw an error when rendering.
If the devtools panel is blank, it may be because you have third party cookies disabled. See [this stackoverflow](https://stackoverflow.com/questions/30481516/iframe-in-chrome-error-failted-to-read-localstorage-from-window-access-den) issue on how to enable them. This affects the devtools because they access `localStorage`, and that settings makes them throw an error when rendering.

If there is an error in the devtools panel, you can inspect it just like you would inspect a normal webpage. Detach the inspector console from the window (if it's not already detached) by clicking the button with three vertical dots in the upper right corner of the console and selecting the detach option. With the detached console in focus, press `opt-cmd-I` again to open an inspector
for the detached console (inspector inception). In this new inspector, you will be able to inspect elements in the first inspector, including the Apollo dev tools panel.
Expand Down

0 comments on commit cd24d03

Please sign in to comment.