Skip to content

After upgrading, encountering 'Cannot read properties of undefined (reading 'slot')' error when rendering templates with query.table #57

@Lluvia95

Description

@Lluvia95

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions