【发布时间】:2018-09-18 20:25:24
【问题描述】:
基于Matt Raible's article,我创建了一个应用程序,除了身份验证类型和开发数据库之外,它具有相同的 JHipster 选项。使用他的 JH 实体文件,我收到以下错误
error in /home/me/workspace/gallery/src/main/webapp/app/entities/album/album-delete-dialog.tsx
ERROR in /home/me/workspace/gallery/src/main/webapp/app/entities/album/album-delete-dialog.tsx(12,97):
TS2344: Type '{ id: number; }' does not satisfy the constraint '{ id?: string; }'.
Types of property 'id' are incompatible.
Type 'number' is not assignable to type 'string'.
在我看来,JHipster 中存在错误。我使用的是最新版本 5.2.1。
【问题讨论】:
标签: jhipster