When using modules, I've been defining inputs and outputs, which works fine for the most part.
One thing I've seen though is that the autocomplete in Retool looks like it attempts to fill in references to components within a module from the Parent App. Here is an example:
This could be a handy way to reference a value from a component in a module. However I cannot get the value to resolve to anything - it always shows up as undefined. So I'm not sure what the point of the references of the form moduleName::component.value are supposed to do. For me, they are just a nuisance since when I start typing out reference to module to get an output variable I have defined, the output variables I want are always way down at the bottom of the list after all the components, which I can't seem to use.
What am I missing here?