🦄 Hi everyone,
I’m building a really complex app to do test for paramedics in my organization (it’s like the Red Cross).
I wanna warn the user if they’re about to change the route (like “deactivation” of an Angular route).
I saw that react-router-dom used to have “useBlocker” and “useCallbackPrompt” but those no longer exist (and also NavigationContext)
Any ideas on how I can solve this problem? ✨