Basic drag and drop

This commit is contained in:
ajnart
2022-05-21 10:28:19 +02:00
parent b11bffb7cf
commit 1840713179
7 changed files with 263 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
});
module.exports = withBundleAnalyzer({
reactStrictMode: true,
reactStrictMode: false,
eslint: {
ignoreDuringBuilds: true,
},