Momen
Results
1
issues of
Momen
### Version - tcomb-form v0.9.17. - react v15.6.1 ### Expected behavior I need to make this Schema: ```javascript const schema = t.struct({ section1: t.struct({ name: t.String, phone: t.Number }), section2:...