pmndrs / react-nil

⃝ A react null renderer
MIT License
793 stars 14 forks source link

fix(types): act should infer return type #16

Closed CodyJasonBennett closed 2 years ago

CodyJasonBennett commented 2 years ago

Corrects the return type of React.unstable_act to properly infer a return type from the passed callback.