browser Disabling Split Console in Firefox Dev Tools Learn how to disable the split console feature in Firefox DevTools. This will provide more area for all of the other developer tools, especially the inspector.
react-native Use Browser's Console Temporary Local Variables in React Native Have you ever used console.log on a complex object and gone to inspect it in the browser's inspector? Maybe it's so complex you wanted to run JSON.stringify on it so you could analyze it more easily? You can normally do this quite