bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

Change Observable#unsubscribe type signature #58

Closed sargonpiraev closed 3 years ago

sargonpiraev commented 4 years ago

The current type declaration file says that Observable#unsubscribe method accepts fn parameter with Function type. In fact, this parameter can be omitted. It would be more correct to make this type optional.