Fix MonacoQueryInput log spam
Created by: umpox
Fixes large amount of log spam when loading the application or running tests:
We can't reliably just spread the props because we have a large amount of prop drilling around this component.
This is currently just an escape-hatch for the insights code that requires it. Follow up issue to revisit this: https://github.com/sourcegraph/sourcegraph/issues/29438