atlassian / pragmatic-drag-and-drop

Fast drag and drop for any experience on any tech stack
https://atlassian.design/components/pragmatic-drag-and-drop
Other
7.45k stars 133 forks source link

Errors in code sandbox examples #18

Open kadeem-lewis opened 1 month ago

kadeem-lewis commented 1 month ago

Whenever I try to launch the Board example ( https://atlassian.design/components/pragmatic-drag-and-drop/examples#board ) or the table example ( https://atlassian.design/components/pragmatic-drag-and-drop/examples#table ), it gives an error that

"Could not find/install babel plugin 'proposal-decorators': Cannot find plugin 'proposal-decorators' or 'babel-plugin-proposal-decorators'"

bibblebabl commented 1 month ago

Just replace a template in sandbox config to "react-typescript-template" for example I would suggest that maintainers avoid using templates based on create-react-app, which is apparently outdated

alexreardon commented 4 weeks ago

Thanks @bibblebabl! We'll take a look