我正在使用 Angular6-json-schema-form 库并包含
import { Bootstrap4FrameworkModule } from 'angular6-json-schema-form'
在 app.module.ts 文件中。我还在组件文件中创建了一个 JSON 模式对象,并在 app.component.html 文件中使用了以下内容
<json-schema-form loadExternalAssets="true" [schema]="yourschema" framework="bootstrap-4"></json-schema-form>
但是当我执行 npm start 并执行 localhost 时,我在控制台中遇到错误
ERROR Error: schema with key or id "http://json-schema.org/draft-06/schema" already exists
谁能帮我解决这个问题。