Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catch Router option has a wrong type, or Error must be formatted #257

Open
istarkov opened this issue Jul 7, 2024 · 0 comments
Open

catch Router option has a wrong type, or Error must be formatted #257

istarkov opened this issue Jul 7, 2024 · 0 comments
Labels
TypeScript TypeScript-related issues

Comments

@istarkov
Copy link
Contributor

istarkov commented Jul 7, 2024

Describe the Issue

import { Router } from 'itty-router';

const router =  Router({
    catch:(err) => {
        // err must have unknown type here and not StatusError
    }
})

Or error must be formatted

@kwhitley kwhitley added the TypeScript TypeScript-related issues label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TypeScript TypeScript-related issues
Projects
None yet
Development

No branches or pull requests

2 participants