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:
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
[ ] I am willing to submit a pull request for this issue.
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:
Output from browser console (if any)
Participation