appesco

Results 1 comments of appesco

hi guys, package.json: "next": "13.1.6" "react": "18.2.0" works only if next.config.js: { reactStrictMode: false } and <Draggable key={someIdThatIsNotString} draggableId={someIdThatIsNotString} index={indexNumberInArray}> {someContent} </Draggable> any way to fix this? thanks :)