dsanders1234
dsanders1234
One possible solution might be to have an extra option in addition to plugins option: plugins: [...], enforceBeforeBuildPluginOrder: [ 'cleanDist', ['autoGenerateSrc', 'typescript'] ], 1. Subarrays dictate sub-order (which can start...
I've also tried this, even passing all the props from parent to child and it does not work. I believe that this is related to: https://github.com/FormidableLabs/victory/issues/2076 I noticed that the...
Also, please add basic/naive support for "oneOf". A possible way to implement this: This could probably be done using a common "JsonSchema" interface type that all schema's implement. This interface...
This may help for optional use case where we want the default to be something other than undefined. However what we would also like is to have an error if...
Yeah, I guess I see your point. We'll try to use TypeScript decorators or something. I don't want to have two models of my data (a typescript class and a...