Michael Ressler
Results
1
issues of
Michael Ressler
If, in the test code on [line 842 of ts.ts](https://github.com/mobxjs/serializr/blob/78230c02af2a2183d98b5a09e148e4a6894e5ac1/test/typescript/ts.ts#L842), we did not add an `@serializable` annotation, the `ModelSchema` for `PictureTodo` would not be instantiated, `getOrCreateSchema` [called from subSchema](https://github.com/mobxjs/serializr/blob/78230c02af2a2183d98b5a09e148e4a6894e5ac1/src/core/subSchema.ts#L119) would...