Transformers are blocked by unrelated queries

As in the title, the issue is that transformers seem to be blocked by running queries, even if they are completely unrelated.

Step to reproduce:

Now on initial load, the transformer will wait for the unrelated query to finish, leaving the table empty for 5 seconds.

The expected behaviour is that transformers should only wait the observed variables and ignore unrelated things.

One workaround is to not use transformers, for example using IIFE in the component data.

@aturiot

Thank you for pointing this out! This seems to be true for other JS queries set to run on page load as well. I was able to recreate this on my end and just created a bug report that I am tying to this thread to keep you posted when progress is made :slightly_smiling_face:

1 Like

Thanks @lauren.gus, I am looking forward to it :slight_smile: