ambassify / react-avatar

Universal avatar makes it possible to fetch/generate an avatar based on the information you have about that user.
MIT License
643 stars 118 forks source link

React 18 add children to ConfigProvider #257

Open marwen-cherif opened 1 year ago

marwen-cherif commented 1 year ago

React 18 removed default children props. This adds children props to adjust ConfigProvider typings for the library to work with react 18

NiharR27 commented 1 year ago

seems to be duplicate of https://github.com/ambassify/react-avatar/pull/255