Remix
Remix
remix/data-schema · TypeView Source

ErrorMap

Summary

Function used to customize issue messages.

Return undefined to use the default message.

Signature

type ErrorMap = (context: ErrorMapContext) => string | undefined;