Skip to content

Commit

Permalink
Skip react compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Jul 8, 2024
1 parent fb7fe9f commit 3dbbd2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function NetSuiteApprovalAccountSelectPage({policy}: WithPolicyConnectionsProps)
const netsuiteApprovalAccountOptions = useMemo<SelectorType[]>(
() => getNetSuiteApprovalAccountOptions(policy ?? undefined, config?.approvalAccount),
// The default option will be language dependent, so we need to recompute the options when the language changes
// eslint-disable-next-line react-hooks/exhaustive-deps
// eslint-disable-next-line react-compiler/react-compiler, react-hooks/exhaustive-deps
[config?.approvalAccount, policy, translate],
);

Expand Down

0 comments on commit 3dbbd2a

Please sign in to comment.