Add historyDepthLimit
to zundo
store options.
const useStore = create<StoreState>(
undoMiddleware(
set => ({ ... }),
{ historyDepthLimit: 100 }
)
);
Add historyDepthLimit
to zundo
store options.
const useStore = create<StoreState>(
undoMiddleware(
set => ({ ... }),
{ historyDepthLimit: 100 }
)
);
Don't miss a new zundo release
NewReleases is sending notifications on new releases.