transitiverobotics / transact

An Open-source Robot Fleet Management Dashboard
https://transitiverobotics.com/
Apache License 2.0
6 stars 2 forks source link

badges link to sections #30

Closed jlurgo closed 4 weeks ago

jlurgo commented 1 month ago

closes #28 closes #27

chfritz commented 1 month ago

I'm getting this error now when opening the devices page:

devices-section.tsx:137 Uncaught TypeError: Cannot read properties of undefined (reading 'route')
    at devices-section.tsx:137:39

Unfortunately that line (137) doesn't exist in the devices-section.tsx file -- one of the annoying things with typescript, it's referring to the compiled code, not the source. I believe there is a way to configure typescript so that it produces usable source maps that link back to the source, but haven't yet figured out how.