yjose / reactjs-popup

React Popup Component - Modals,Tooltips and Menus —  All in one
https://react-popup.elazizi.com/
MIT License
1.8k stars 207 forks source link

fix PopupProps type error #319

Open duniyalr opened 2 years ago

duniyalr commented 2 years ago

hi; there is a type error when you want to pass a function instead a of ReactNode to Popup component. this issue #315 i just changed the type of children in PopupProps to handle this.

jfilipeferreira96 commented 2 years ago

Already tested and this will fix the typescript errors.