mirror of
https://github.com/francoborrelli/spotify-react-web-client.git
synced 2026-04-26 03:46:02 +03:00
[GH-ISSUE #40] Search error #60
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-react-web-client#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sweetarteest on GitHub (Dec 8, 2024).
Original GitHub issue: https://github.com/francoborrelli/spotify-react-web-client/issues/40
Testing using VSC and our searches are coming up with:
ERROR
Cannot read properties of null (reading 'uri')
TypeError: Cannot read properties of null (reading 'uri')
at http://localhost:3000/static/js/bundle.js:12887:17
at Array.map ()
at GridItemList (http://localhost:3000/static/js/bundle.js:12867:23)
at renderWithHooks (http://localhost:3000/static/js/bundle.js:192683:22)
at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:196654:17)
at beginWork (http://localhost:3000/static/js/bundle.js:197957:20)
at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:182939:18)
at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:182983:20)
at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:183040:35)
at beginWork$1 (http://localhost:3000/static/js/bundle.js:202938:11)
ERROR
Cannot read properties of null (reading 'uri')
TypeError: Cannot read properties of null (reading 'uri')
at http://localhost:3000/static/js/bundle.js:12887:17
at Array.map ()
at GridItemList (http://localhost:3000/static/js/bundle.js:12867:23)
at renderWithHooks (http://localhost:3000/static/js/bundle.js:192683:22)
at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:196654:17)
at beginWork (http://localhost:3000/static/js/bundle.js:197957:20)
at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:182939:18)
at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:182983:20)
at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:183040:35)
at beginWork$1 (http://localhost:3000/static/js/bundle.js:202938:11)
ERROR
Cannot read properties of null (reading 'uri')
TypeError: Cannot read properties of null (reading 'uri')
at http://localhost:3000/static/js/bundle.js:12887:17
at Array.map ()
at GridItemList (http://localhost:3000/static/js/bundle.js:12867:23)
at renderWithHooks (http://localhost:3000/static/js/bundle.js:192683:22)
at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:196654:17)
at beginWork (http://localhost:3000/static/js/bundle.js:197957:20)
at beginWork$1 (http://localhost:3000/static/js/bundle.js:202916:18)
at performUnitOfWork (http://localhost:3000/static/js/bundle.js:202186:16)
at workLoopSync (http://localhost:3000/static/js/bundle.js:202109:9)
at renderRootSync (http://localhost:3000/static/js/bundle.js:202082:11)