YYayaw

Guide

Troubleshooting

Common runtime issues and fixes

invalidateQueries does not refresh the table

Symptoms Mutation succeeds. You call invalidateQueries. The table still shows stale data.

Bulk confirm does nothing (copy/delete)

Symptoms User clicks Copy or Delete. Confirmation dialog opens. Clicking Confirm appears to do nothing.

What this page covers

Guide outline

The original MDX source has been condensed into CMS-native cards so the page can be edited and republished from the control plane.

invalidateQueries does not refresh the table

Symptoms Mutation succeeds. You call invalidateQueries. The table still shows stale data.

Bulk confirm does nothing (copy/delete)

Symptoms User clicks Copy or Delete. Confirmation dialog opens. Clicking Confirm appears to do nothing.

Implementation notes

Keep moving through the Table docs

Translation keys, namespaces, and override strategies

$ await queryClient.invalidateQueries({

$ queryKey: ["tableData", "products"],

$ });

$ type BulkActionResult = {

$ success: boolean;