Compare commits

...

1 Commits

Author SHA1 Message Date
Cursor Agent
8eff2ff877 Fix: Remove unnecessary dependency from styling-view
Co-authored-by: mail <mail@matti.sh>
2026-01-09 20:16:59 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -108,7 +108,8 @@ export const StylingView = ({
});
return () => subscription.unsubscribe();
}, [form, setLocalSurvey]);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
const defaultProjectStyling = useMemo(() => {
const { styling: projectStyling } = project;

1
pnpm-lock.yaml generated
View File

@@ -10837,6 +10837,7 @@ packages:
whatwg-encoding@3.1.1:
resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
engines: {node: '>=18'}
deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation
whatwg-mimetype@4.0.0:
resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}