Power of Browser DevTools inspectors right inside your React app
An emulation of the Chrome and Firefox object inspector, which allows you to view JavaScript objects in the console.
Object parser is a utility used by the the `Object Inspector` package, which creates a JSON tree structure with node types that help simplify the JavaScript type system. It also uses TypeScript to make logic around using the tree strongly typed.
A React component that displays console logs from the current page, an iframe or transported across a server
A React component that displays console logs from the current page, an iframe or transported across a server