Skip to content

Commit 50a554e

Browse files
committed
fix(app): fix query params not updating
1 parent f4419e4 commit 50a554e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/codeimage/src/state/plugins/connect-store-with-query-params.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,13 @@ export function connectStoreWithQueryParams() {
2828
'showWatermark',
2929
'showGlassReflection',
3030
]),
31-
distinctUntilChanged(shallow),
3231
);
3332
const frameState$ = frame$.pipe(
3433
selectSlice(['background', 'padding', 'radius', 'visible', 'opacity']),
35-
distinctUntilChanged(shallow),
3634
);
3735

3836
const editorState$ = editor$.pipe(
3937
selectSlice(['code', 'languageId', 'themeId', 'showLineNumbers', 'fontId']),
40-
distinctUntilChanged(shallow),
4138
);
4239

4340
onMount(() => {

0 commit comments

Comments
 (0)