react-joyride handles most of the deets for the guided tour on the debugger page, but is not officially made compatible with react 19
we need to resolve this, either via our own simple implementation using zustand (or equiv) or a framework-agnostic alternative (intro.js, driver.js, etc).
for subcom it would be a good exercise in DIY, trying to reproduce the same behaviour as joyride did
react-joyride handles most of the deets for the guided tour on the debugger page, but is not officially made compatible with react 19
we need to resolve this, either via our own simple implementation using
zustand(or equiv) or a framework-agnostic alternative (intro.js, driver.js, etc).for subcom it would be a good exercise in DIY, trying to reproduce the same behaviour as joyride did