kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
298.15k stars 39.22k forks source link

Roadmap: Python - Missing topic possibly due to ID starting with underscore #7726

Closed ariyonaty closed 1 week ago

ariyonaty commented 1 week ago

What is the URL where the issue is happening

https://roadmap.sh/python

What browsers are you seeing the problem on?

Firefox, Chrome

Describe the Bug

Noticed a bug earlier today when attempting to select the "virtualenv" panel from the Python Roadmap. Looking in closer detail, assuming that because the generated ID, virtualenv@_IXXTSwQOgYzYIUuKVWNE, begins with an underscore, it doesn't get rendered properly.

See image below for user experience:

image

Output from browser console (if any)

21:26:50.965 python/virtualenv@_IXXTSwQOgYzYIUuKVWNE:1 

       Failed to load resource: the server responded with a status of 404 ()
21:29:28.859 http.CB1FD-eS.js:8 

       GET https://roadmap.sh/python/virtualenv@_IXXTSwQOgYzYIUuKVWNE 404 (Not Found)
D @ http.CB1FD-eS.js:8
await in D
qt @ http.CB1FD-eS.js:8
(anonymous) @ TopicDetail.WoQ5cYA3.js:11
t @ TopicDetail.WoQ5cYA3.js:11
(anonymous) @ EditorRoadmap.jwh-m9vZ.js:1

Participation