msw-dev-tool 1.1.12 → 1.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -29415,7 +29415,7 @@ const useFlattenHandlersTable = () => {
29415
29415
  },
29416
29416
  }),
29417
29417
  ];
29418
- }, []);
29418
+ }, [flattenHandlers, handlerRowSelection, handleHandlerRowSelectionChange]);
29419
29419
  const table = useReactTable({
29420
29420
  columns,
29421
29421
  data: flattenHandlers,