At startup, there is a Javascript error: Uncaught ReferenceError: QueryBuilder is not defined. This can be seen in the example app at inst/examples/example_01/app.R for instance:

I guess this has to do with dependencies being "loaded" too late, then the app "catches up" and works despite the error. This isn't too bad in the example app, but this causes problems in more complicated setups (nested renderUI()s etc) where the widget doesn't show up at first.
Thank you for a very useful package!
At startup, there is a Javascript error:

Uncaught ReferenceError: QueryBuilder is not defined. This can be seen in the example app atinst/examples/example_01/app.Rfor instance:I guess this has to do with dependencies being "loaded" too late, then the app "catches up" and works despite the error. This isn't too bad in the example app, but this causes problems in more complicated setups (nested
renderUI()s etc) where the widget doesn't show up at first.Thank you for a very useful package!