Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: Required of props should always be required (#180)
I previously over-applied the `Partial` in that extra props required by rules would be made optional at the `protect()` function. This changes makes it so the requiredness of props aren't changed.
- Loading branch information