schmutzereduard / card-games

0 stars 0 forks source link

Fix console issues #9

Closed schmutzereduard closed 1 month ago

schmutzereduard commented 1 month ago

react-dom.development.js:86 Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot printWarning @ react-dom.development.js:86 Show 1 more frame Show lessUnderstand this error react-jsx-dev-runtime.development.js:87 Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

Check your code at App.js:14. at App at Provider (http://localhost:3000/static/js/bundle.js:58547:3)