beforesemicolon / flatlist-react

A helpful utility component to handle lists in react like a champ
MIT License
95 stars 17 forks source link

Support for defaultProps will be removed from function components #100

Closed zek closed 1 year ago

zek commented 1 year ago

Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

FunctionComp.defaultProps is going to be deprecated in React 18.3.0

ECorreia45 commented 1 year ago

Awesome. Thank you.