我正在使用Angular5使用ng Formly库创建表单,我陷入了下面的错误中。我在网上用了他们的例子,但看不出为什么在我的项目中使用他们的核心项目时会有问题。
OrderComponent.html:33 ERROR TypeError: Cannot add property model, object is not extensible
at eval (ngx-formly-core.js:90)
at Array.forEach (<anonymous>)
at assignModelToFields (ngx-formly-core.js:86)
at FormlyFormBuilder.buildForm (ngx-formly-core.js:503)
at FormlyForm.ngOnChanges (ngx-formly-core.js:825)
at checkAndUpdateDirectiveInline (core.js:12407)
at checkAndUpdateNodeInline (core.js:13935)
at checkAndUpdateNode (core.js:13878)
at debugCheckAndUpdateNode (core.js:14771)
at debugCheckDirectivesFn (core.js:14712)
知道我为什么收到这个错误信息吗?