Open HuiSF opened 2 months ago
Make the public handler function type as any to let the single function to be compatible with the type checks that happens in both the App router and Pages router.
npx next build
yarn test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes
Issue #, if available
Make the public handler function type as any to let the single function to be compatible with the type checks that happens in both the App router and Pages router.
Description of how you validated changes
npx next build
Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.