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

Refactor - generation of static paths #1977

Open
mohitb35 opened this issue Feb 15, 2024 · 0 comments
Open

Refactor - generation of static paths #1977

mohitb35 opened this issue Feb 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mohitb35
Copy link
Collaborator

mohitb35 commented Feb 15, 2024

  1. Standardize the way getStaticPaths is called in all places - in some places it is currently an arrow function assigned to a const getStaticPaths, and other places a normal function getStaticPaths - Done
  2. Use the GetStaticPaths type from next to get warned about mistakes in return value
@mohitb35 mohitb35 added the bug Something isn't working label Feb 15, 2024
@mohitb35 mohitb35 mentioned this issue Feb 15, 2024
23 tasks
@mohitb35 mohitb35 changed the title Refactor - getStaticPaths in webapp Refactor - generation of static paths Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant