We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Link
The create fuels app template should use next's Link component to avoid unnecessary refreshes.
create fuels
No response
We could just change the current Link component to use Next's Link instead of an a tag
a
The text was updated successfully, but these errors were encountered:
create-fuels
As discovered in #2691, there are still some places where this work needs to be done. Re-opening
Sorry, something went wrong.
petertonysmith94
Successfully merging a pull request may close this issue.
Motivation
The
create fuels
app template should use next'sLink
component to avoid unnecessary refreshes.Usage example
No response
Possible implementations
We could just change the current
Link
component to use Next'sLink
instead of ana
tagThe text was updated successfully, but these errors were encountered: