After upgrading to a certain version, every time I render a template with query.table, I encounter an error like this: ``` line 31 29| console.log(expireAt); 30| }`` >> 31| ``query.table(expireAt, ['page', 'expire-at'])`` Cannot read properties of undefined (reading 'slot') ``` Even when I copy your example documentation, I experience the same issue.