We’ve built a custom component and moved it into a module. The newComment
state updates correctly — confirmed via linter and logs — but the callback that should receive the updated newComment
is invoked with an empty value.
We tested the same component in a non-module Retool app, and it works as expected. This issue seems to occur only when the component is used inside a module.
Has anyone else encountered this behavior? Any ideas on why the value isn't passed correctly in the module context?