fix: invalid tester

This commit is contained in:
Eli Bosley
2025-05-23 11:14:47 -04:00
parent 8f8352090c
commit 64c71459be

View File

@@ -106,7 +106,6 @@ export const jsonFormsRenderers: JsonFormsRendererRegistryEntry[] = [
// Fallback / Meta
{
renderer: markRaw(withErrorWrapper(MissingRenderer)),
- tester: rankWith(3, isControl), // Adjusted rank to ensure it's tested after more specific controls
+ tester: rankWith(0, isControl),
tester: rankWith(0, isControl),
},
];