ajv-validator / ajv-validator/ajv-formats
Cannot read properties of undefined (reading 'code')
未关闭
- 主要语言
- TypeScript
- 星标
- 228
- 派生
- 42
- PR 合并指标
- 30 天内没有已合并 PR
描述
```
Cannot read properties of undefined (reading 'code')
TypeError: Cannot read properties of undefined (reading 'code')
at addFormats (/home/ettinger/src/avenasea.com/avenasea-ui/node_modules/ajv-formats/dist/index.js:30:26)
at Proxy.formatsPlugin (/home/ettinger/src/avenasea.com/avenasea-ui/node_modules/ajv-formats/dist/index.js:15:5)
at schema@blank.svelte:8:12
```
```
import Ajv from 'ajv';
import addFormats from 'ajv-formats';
const ajv = new Ajv({ allErrors: true, strictSchema: false });
addFormats(ajv);
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。