I’m using the Uppy dashboard inside a modal in my React app. While recording, I need to navigate between routes and keep the same recording state, ensuring that another dashboard instance appears with the same recording/webcam state. I’ve attempted using @uppy/local-storage
, but everything is shared (files, etc.) except the recording screens. How can I achieve this without requiring user preferences for each switch between the components?
Hi, you can just lift state up:
https://uppy.io/docs/react/#example-keep-uppy-state-and-uploads-while-navigating-between-pages