#Props aren't working
41 messages · Page 1 of 1 (latest)
Here's my data.js:
Here's app.js:
FYI: when I delete the entries section in app.js, everything starts working again, but when I add it back, everything disappears
have you checked if the src of the images in data.js fit to your folder directory?
yeah they do
the problem is that nothing shows up
not even the location and description and stuff
@muted minnow Are you getting any errors in the browser console?
i got warnings
Please upload it to github and send the link, then I can take a closer look
giving 404 error, is it public?
Oh my bad, one sec
cool, 2 secs while I set it up
always always always check the console in the browser dev tools
first troubleshooting step
Got it, I'm still not able to see the error tho?
So my props weren't able to pass through
Which web browser are you using?
Chrome
right click on the page and click "inspect"
I meant that I don't get what the console error means
Cannot read properties of undefined (reading 'toUpperCase')
Did i forget ()
You are trying to use the toUpperCase function on a property that is undefined