foxhound87 / mobx-react-form

Reactive MobX Form State Management
https://foxhound87.github.io/mobx-react-form
MIT License
1.09k stars 129 forks source link

Wrong typing in FieldPropsInterface #599

Closed Gruzchick closed 2 years ago

Gruzchick commented 2 years ago

The documentation states that props can be passed in this way

image

But it's typed the other way around. It seems that the key and value types are reversed.

image