-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
We continue to have issues with getTemplate
erroring out when we have referenced schemas. It appears that within the createTemplateSchema
there are a number of copy / merge functions which lose the non-enumerable properties which have been compiled into the schema. This causes the getRoot
function to not exist and instead of properly referencing the actual compiled schema, it instead tries to find the definitions from the core.rootSchema
.