I am learning react and I saw a video and the where using a question mark for an optional id parameter passed in the URL path like this
<Route path='/cart/:id?' element={< CartScreen />} exact/>
the ? next to id is not supposed to be taken as parameter in the URL The video I saw is from two years and i am using a newer react version I tried to search for the solution but no luck