Raphael A.

Results 1 comments of Raphael A.

Here is a solution that work for me. Our codebase was running on react 17 Upgrading those package in package.json fixed the issue "react": "^18.1.0", "react-dom": "^18.1.0", "react-is": "^18.1.0", Too,...