Hey team, thanks for making this tool!
Currently, if I'm in a file where I reference a flag from the deconstruction of useFlags() result, it does not appear in the Flags in this File panel. Any plan we support this?
import { useFlags } from 'launchdarkly-react-client-sdk';
function App() {
const { myFlag } = useFlags() // Expect my-flag to be listed in the Flags in this File
}