Typo in overlay doc (important)
Closed this issue · 0 comments
siciarek commented
Hi,
There is a typo in the documentation, on the page https://github.com/infinitered/reactotron/blob/master/docs/plugin-overlay.md
You have:
const MyAppWithBenefits = console.tron.overlay(MyApp)
But should be:
const MyAppWithBenefits = Reactotron.overlay(MyApp)