Open duniyalr opened 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.
Already tested and this will fix the typescript errors.
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.