@bgchen — There’s currently no plan to change the behavior of Inspector.into()
it’s a simple, “brute” function that blindly renders every variable in the runtime’s main module, in order, into a given container.
Useful for debugging or extremely simple examples, but for any sophisticated use case, you’re expected to use new Inspector
— or your own custom rendering strategy — yourself.