refactor: small code cleanups

- remove compiler directives
This commit is contained in:
Carlos Valente
2025-07-27 17:10:21 +02:00
committed by Carlos Valente
parent 8a7f8c8ebc
commit 9ab54edbf5
11 changed files with 0 additions and 13 deletions
@@ -32,7 +32,6 @@ export default function CustomFieldForm({
initialLabel,
initialKey,
}: CustomFieldsFormProps) {
'use no memo'; // RHF and react-compiler don't seem to get along
const { data } = useCustomFields();
// we use this to force an update
@@ -31,7 +31,6 @@ export default function ImportMapForm({
onSubmitExport,
onSubmitImport,
}: ImportMapFormProps) {
'use no memo'; // RHF and react-compiler don't seem to get along
const namedImportMap = getPersistedOptions();
const { revoke } = useGoogleSheet();
const {