feat: market view persistent pane sizes - add unit test

This commit is contained in:
maciek
2023-04-27 16:12:12 +02:00
parent a570d65d21
commit 5f56eb8f0e
@@ -30,6 +30,7 @@ interface UsePaneLayoutProps {
export const usePaneLayout = ({ id }: UsePaneLayoutProps) => {
const sizes = usePaneLayoutStore((store) => store.sizes[id]) || [];
const valueSetter = usePaneLayoutStore((store) => store.valueSetter);
// eslint-disable-next-line react-hooks/exhaustive-deps
const handleOnChange = useCallback(
debounce((args) => {
if (args.length) {