Skip to content

Commit

Permalink
Merge pull request #180 from React-Sight/davidcsally-patch-1
Browse files Browse the repository at this point in the history
Update troubleshooting section for React16 bug
  • Loading branch information
davidcsally committed Feb 10, 2020
2 parents b1dd758 + c323d4a commit e1c4668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ The raw data is then processed and fed to D3, where it is displayed to the user.

## Troubleshooting

***In React16 you will need to trigger a render to have your application show up. The data is not exposed until React's renderer is called.***

'React not found' or no data:

Sometimes React-Sight doesn't get a snapshot of the data at load, triggering a setState ussually fixes this
Expand Down

0 comments on commit e1c4668

Please sign in to comment.