enable strict mode and fixing the Droppable issue

This commit is contained in:
daniel31x13
2024-02-26 22:29:23 -05:00
parent cc02ab3615
commit 4ff7298a3b
4 changed files with 22 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
reactStrictMode: true,
images: {
domains: ["t2.gstatic.com"],
minimumCacheTTL: 10,