Electron Dynamic Routes - No routing #2959
Unanswered
CallumGracie95
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having massive dramas getting dynamic routes in electron to work for me. Any help would be great, It's successfully getting Id and triggering click. I've tried various patterns from docs to no success. All my other routes work fine
The paths I have are
src\pages\vehicles$vehicleId.tsx
src\pages\vehicles\index.tsx
When I click a vehicle from the list it triggers the event and passes the ID even if logged in createRoute but it doesn't route me anywhere. Nothing happens except my breadcrumb is updated with the vehicle ID as expected.
here is my click handler
The page I'm trying to route on click
Beta Was this translation helpful? Give feedback.
All reactions