Files
payloadcms/packages/plugin-nested-docs
Jayce Pulsipher 729b676e98 fix(plugin-nested-docs): check error name that is changed at compile time (#12798)
Since `ValidationErrorName` [gets dynamically reassigned during
compilation](https://github.com/payloadcms/payload/blob/main/packages/payload/src/errors/ValidationError.ts#L11),
we must reference the variable rather than use a static string to
compare against

Co-authored-by: Jayce Pulsipher <jpulsipher@nav.com>
2025-06-13 03:39:15 -07:00
..
2022-11-16 14:06:03 -05:00
2025-06-09 14:43:03 -04:00

Payload Nested Docs Plugin

A plugin for Payload to easily nest the documents of your application inside of one another.