@@ -0,0 +1,6 @@
+// See https://github.com/vercel/next.js/discussions/40269
+module.exports = {
+ rules: {
+ 'react/no-unknown-property': 'off',
+ },
+};