measuredco / puck

The visual editor for React
https://puckeditor.com
MIT License
5.18k stars 294 forks source link

Patch / fork react-beautiful-dnd to fix React defaultProps warning #65

Closed chrisvxd closed 11 months ago

chrisvxd commented 1 year ago

react-beautiful-dnd is somewhat dated and hasn't kept pace with React releases:

image

Options

ahmedrowaihi commented 12 months ago

I might fix it in a fork for project, if you can create a fork repo under the @measuredco github account so I implement the fix and publish the package under measuredco npm

chrisvxd commented 12 months ago

Awesome, thanks @ahmedrowaihi. I've forked to https://github.com/measuredco/react-beautiful-dnd.

chrisvxd commented 11 months ago

@ahmedrowaihi are you looking at this one? If not, I plan on picking it up next week.

ahmedrowaihi commented 11 months ago

@chrisvxd I was working on it, but sorry I haven't updated you... my mid-term exams starting from tomorrow, so I will be away for couple weeks

sorry for not informing you and letting you wait.. you can consider working on it

sorry again

chrisvxd commented 11 months ago

Good luck with your exams! Totally takes priority and thanks for letting me know @ahmedrowaihi

4leite commented 11 months ago

fyi this looks to be a currently maintained successor (same api but up to date libraries) that may save you some work: https://github.com/hello-pangea/dnd see for eg https://github.com/hello-pangea/dnd/releases disclaimer: have not tested if it works

chrisvxd commented 11 months ago

@4leite you're a life-saver, I've been looking for an active fork. Tested it and works as a drop-in replacement. Going to make the PR now.