StreakYC / react-draggable-list

React component for a list of draggable collapsible items
MIT License
319 stars 48 forks source link

fix: Hasn't accept a JSX Element #68

Open PedroSouza157998 opened 2 weeks ago

PedroSouza157998 commented 2 weeks ago

The template property don't accept functional components that return JSX Element, which is currently most common in React and Next community.

That Pull Request fix it.