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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
@@ -29435,7 +29435,7 @@ const useFlattenHandlersTable = () => {
|
|
29435
29435
|
},
|
29436
29436
|
}),
|
29437
29437
|
];
|
29438
|
-
}, []);
|
29438
|
+
}, [flattenHandlers, handlerRowSelection, handleHandlerRowSelectionChange]);
|
29439
29439
|
const table = useReactTable({
|
29440
29440
|
columns,
|
29441
29441
|
data: flattenHandlers,
|