refactor(web): replace CRA with Vite
This commit is contained in:
@@ -92,7 +92,7 @@ function useDynamicData(stepId, schema) {
|
||||
lastComputedVariables.current = variables;
|
||||
|
||||
return variables;
|
||||
} catch (err) {
|
||||
} catch {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user