frontend-app-api: switch new API conflict error to be a warning

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-26 13:23:28 +01:00
parent 4ad63b8d9f
commit 17e0eb3e5f
6 changed files with 24 additions and 10 deletions
@@ -23,6 +23,7 @@ const DEFAULT_WARNING_CODES: Array<keyof AppErrorTypes> = [
'INVALID_EXTENSION_CONFIG_KEY',
'EXTENSION_INPUT_DATA_IGNORED',
'EXTENSION_OUTPUT_IGNORED',
'API_FACTORY_CONFLICT',
];
function AppErrorItem(props: { error: AppError }): JSX.Element {