Closed Garrett04 closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mirage-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 15, 2024 0:09am |
@Garrett04 please provide a deployment url so that i can see a preview
@KorryKatti Here is the deployment url: https://vercel.com/garretts-projects-83af98c2/mirage-web/DD8PfpGwX8MvKnGcAqBKk914kzbX
and here is the link to preview it: https://mirage-web-chi.vercel.app/
Thanks for the PR
The socket.io client connection code was removed after the recent UI update, so i've added it back.
Additional changes: I get this error on the console with regards to React
Changed
import ReactDOM from 'react-dom'
toimport ReactDOM from 'react-dom/client'
to fix this issue.