Brendan
Brendan
Adds minimal core support for blocking navigation. Use case is providing some control over navigating away from a route that has unsaved changes. Leaving a route can occur in many...
Seeing this behavior when starting from bare template. Also tried updating to latest versions but same... ```js export default function Home() { const alwaysFalse = () => false; return (...
Background - this is coming from writing and support (in production) some large commercial Solid applications (150+ routes). I've also been helping some folks on Discord that are new(ish) to...