redux-orm

    1熱度

    3回答

    我正在使用redux-orm來創建用於規範化和非規範化的模型。我發現,當我創建一個模式,我得到的錯誤: Uncaught Error: Schema has been renamed to ORM. Please import ORM instead of Schema from Redux-ORM 我用兩個0.90-rc1這是默認安裝以及`0.8.4 這段代碼運行時版本: import {

    0熱度

    1回答

    我試圖直接將API響應映射到我的Redux-Orm模型。我有兩個型號: Product hasMany ProductProperties ProductProperty belongsTo Product 我收到的API響應是: { products: [ {name: 'P1', id: 1}, {name: 'P2', id: 2} ],

    0熱度

    1回答

    我爲Extent aredux-ORM模型看起來像: const { string, number, arrayOf, oneOfType, instanceOf } = PropTypes export default class Extent extends ValidatingModel {} Extent.fields = { xmin: attr(), ymi