Andre
Andre
@lahmatiy Does it happen to work with React 18?
> @KatFishSnake I did't tested it well with React 18, but it should. Did you tried it? Do you have any issues? @lahmatiy sorry preemptively messaged before actually testing it,...
Works like a charm in our TS, R18 codebase, where / when do you see the error pop up?, does it break the functionality or just a warning?
@thepixelmonk 🤔 you install it into an R18 app, it doesn't need to have it as a dependency, the only caveat is no strict mode support https://github.com/atlassian/react-beautiful-dnd/issues/2399#issuecomment-1127485543
@Yasamato pretty obvious question but have you updated your local package.json `@types/react`, and rebuilt? our versions: "@types/react": "18.0.9", "react": "18.1.0", "react-dom": "18.1.0", "react-beautiful-dnd": "13.1.0", i repeat works like a charm
@Yasamato sorry yes, we use `"@types/react-beautiful-dnd": "13.1.2",` as well, i forgot to post it up in that comment possibly we use a bit older typescript version `"typescript": "4.5.5",` > but...
@100terres if you can break the work down to tasks, I can help you do it, we just did the migration on our codebase so i have some xp
@silentim 🙏 thank you, fixed my issues with opensea-js failing to build nextjs on vercel, also @C-E-Rios `swcMinify=false` is the solution