Hi,
Per version 7.6.0 the direct usage of queryParameters that we do in a project, got broken. The docs do not seem to mention the usage of it at all, but someone we figured out we could use it directly. Since the 7.6.0 release, our set-up is broken.
Rewriting it to use params & types, as shown in the docs, does make it work again.
Is queryParameters to be used directly at all?
If not, we'll refactor on our end and do not bother. In that case maybe it should be marked as private.
If it is part of the public API, I can provide code that shows what happens / breaks.
Thanks.
Hi,
Per version 7.6.0 the direct usage of
queryParametersthat we do in a project, got broken. The docs do not seem to mention the usage of it at all, but someone we figured out we could use it directly. Since the 7.6.0 release, our set-up is broken.Rewriting it to use
params&types, as shown in the docs, does make it work again.Is
queryParametersto be used directly at all?If not, we'll refactor on our end and do not bother. In that case maybe it should be marked as private.
If it is part of the public API, I can provide code that shows what happens / breaks.
Thanks.