nksazonov / hackademy-week-5

Hackademy course | Week 5 | TypeScript, React, React-Router, NextJS
MIT License
0 stars 0 forks source link

Unknown property 'crossorigin' #2

Closed dnfd closed 3 years ago

dnfd commented 3 years ago

info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5 info - Checking validity of types

Failed to compile.

./pages/_app.js 9:195 Error: Unknown property 'crossorigin' found, use 'crossOrigin' instead react/no-unknown-property

info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules

nksazonov commented 3 years ago

Changed crossorigin to crossOrigin: https://github.com/actpohabtNS/hackademy-week-5/commit/41c53f3d086802f983e89db8114573147d225510.