Js query not defined

We have a JS query called i18n, the results of which are used in many components of our app. Without any change from our side, the components are now unable to use the query results, even if they are properly computed. The error we get is ReferenceError: i18n is not defined.

image


image

Have you tried to rename your query? I can't create a js query named i18n as it's a "reserved id".
Screenshot 2024-02-13 at 7.59.58 AM

It worked, thanks a lot!