Using this (assuming you have a store with a model):
Will give:
TypeError: this.Model is not a constructor
This is because the constructor() in src/Store.js is executed before the child constructor can set this.Model. I have no idea yet how to fix this unfortunately.
There is a failing testcase (currently skipped) in src/__tests__/Store.js