Closed
Description
Describe the bug
export const formatIs = (expectedFormat: string): Tester =>
schemaMatches(
schema =>
!isEmpty(schema) &&
schema.format === expectedFormat &&
schema.type === 'string'
);
Expected behavior
Should support nulls
type: ['string', 'null']
Steps to reproduce the issue
N/A
Screenshots
No response
In which browser are you experiencing the issue?
N/A
Framework
Core
RendererSet
No response
Additional context
No response