We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af42bbd commit 8e0a8ddCopy full SHA for 8e0a8dd
src/routes/guides/tutorials/getting-started-with-solid/welcome.tsx
@@ -19,7 +19,7 @@ export default function WelcomeRedirect() {
19
// use replace so the redirect doesn't add an extra history entry
20
try {
21
window.location.replace("https://docs.solidjs.com/quick-start");
22
- } catch (e) {
+ } catch {
23
// fallback: set href
24
window.location.href = "https://docs.solidjs.com/quick-start";
25
}
0 commit comments