infinitered / reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
https://docs.infinite.red/reactotron/
MIT License
14.69k stars 935 forks source link

Update code snippet using require instead of import. #1468

Closed alexsegura closed 3 months ago

alexsegura commented 3 months ago

Since #1398 we know that require() should be used, I updated the code snippet so that people can copy/paste working code.

markrickert commented 3 months ago

Thanks for updating this!