Iām following the Multi Scene webAr demo and everything is working but I keep getting an error saying it canāt find my TreeSceneComponents, but I have followed the tutorial step by step, I have my tree-components.js in my components folder, and at the bottom of the tap to place I have below.
In the tutorial video itās at 24 minutes where itās shown how to impliment, I follow to t but not working for me, get error saying canāt find TreeSceneComponentsā¦
I think I found the issue, I was missing the declaration at the top of my tree.tsx file. Components now loading!! But now getting a 404 error when trying to access the buttonā¦
Hey Bill! Glad to hear youāve made some progress. Did you add a new route for the trees scene in react-app.jsx? This is done at ~25 minutes into the tutorial.
Believe it or not the issue was the single quote, as I traced line by line I could see there was difference in the tutorial and my work was a single quote not being the correct typeā¦ I totaly forgot there was a differnt kind of single quote, I know there is a big difference how some languages treat single and double quote but never sideways singleā¦ learn something new every day. You can see here the single quotes are not ā they are soon as I switched them it worked. <Route exact path={${base}/trees`} component={TreeScene}/>
Not a problem, sometimes its the simplest things that trip you up. One question for you Evan, is there a way to remove a question, say if I post something and then five minutes later solve it myself, I would like to remove the question as not to waste anyoneās time.