Unhandled Runtime Error
Error: Hydration failed because the initial UI does not match what was rendered on the server.

Steps to Reproduce:
- Clone the repository.
- Add your OpenAI API key and REACT_APP_LOCAL_RELAY_SERVER_URL=http://localhost:8081 to the
.env file.
- Run the following commands simultaneously:
npm install
npm run dev
npm run relay