We have an experience going live at a public event for a client tomorrow and it is down.
After a lot of digging it seems any scene using React Routing and 8th Wall is down. Example here: A-Frame: React - Multiple Scenes | 8th Wall Playground | 8th Wall
Both going to a white screen.
Can anyone help?
I just checked on an old project from 6th months agoβ¦
<meta name="8thwall:package" content="@react.react">
<meta name="8thwall:package" content="@react.react-dom">
<meta name="8thwall:package" content="@react.react-router-dom">
The local @ CND package doesnβt seem to be loading, Iβd say the 8th Wall server hosting the package might be down.
This project that used React Routing hasnβt changed in 6 months, and was working a few weeks ago but isnβt working nowβ¦
Is there an alternative CDN source we can use for React routing?
Thank you for reporting this issue. Iβve addressed it in our sample projects by fixing the React version to @react.react:17.0.0
and the ReactDOM version to @react.react-dom:17.0.0
.
system
Closed
December 10, 2024, 9:11pm
4
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.